#5899CB

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

Shades of Picton Blue #5899CB

Tints of Picton Blue #5899CB

Color information

#5899CB (or 0x5899CB) is unknown color: approx Picton Blue. HEX triplet: 58, 99 and CB. RGB value is (88,153,203). Sum of RGB (Red+Green+Blue) = 88+153+203=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #5899CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5899CB is #A76634. Grayscale: #8B8B8B. Windows color (decimal): -10970677 or 13343064. OLE color: 13343064.

HSL color Cylindrical-coordinate representation of color #5899CB: hue angle of 206.09º 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 #5899CB is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88153203-
CMYK0.570.2500.20
HSL206.09º52.51%57.06%-
HSV(B)206.09º56.65%79.61%-
XYZ26.229.1760.75-
YUV139.26163.9791.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.82%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=19.82%
G=34.46%
B=45.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881532030.570.2500.20206.0952.5157.06
Hex5899CB3919014ce3539
Octal13023131371310243166571
Binary101100010011001110010111110011100101010011001110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5899CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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