#5893CB

Color #5893CB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5893CB

Tints of Picton Blue #5893CB

Color information

#5893CB (or 0x5893CB) is unknown color: approx Picton Blue. HEX triplet: 58, 93 and CB. RGB value is (88,147,203). Sum of RGB (Red+Green+Blue) = 88+147+203=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #5893CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5893CB is #A76C34. Grayscale: #878787. Windows color (decimal): -10972213 or 13341528. OLE color: 13341528.

HSL color Cylindrical-coordinate representation of color #5893CB: hue angle of 209.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5893CB is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88147203-
CMYK0.570.2800.20
HSL209.22º52.51%57.06%-
HSV(B)209.22º56.65%79.61%-
XYZ25.2427.2560.43-
YUV135.74165.9593.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 20.09%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=20.09%
G=33.56%
B=46.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881472030.570.2800.20209.2252.5157.06
Hex5893CB391C014d13539
Octal13022331371340243216571
Binary101100010010011110010111110011110001010011010001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5893CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5893CB; }

 p { color: rgb(88,147,203); }

 H1.HeaderClassName
 {
   color: #5893CB;
 }
 .AnyTagClassName
 {
   color: #5893CB;
 }
</style>
background-color css

<style>
 a { background-color: #5893CB; }

 a { background-color: rgb(88,147,203); }

 div.DivClassName
 {
   background-color: #5893CB;
 }
 .BgClassName
 {
   background-color: #5893CB;
 }
</style>
border-color css

<style>
 span { border-color: #5893CB; }

 span { border-color: rgb(88,147,203); }

 td.TdClassName
 {
   border-color: #5893CB;
 }
 .TagClassName
 {
   border-color: #5893CB;
 }
</style>