#5599CD

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

Shades of Picton Blue #5599CD

Tints of Picton Blue #5599CD

Color information

#5599CD (or 0x5599CD) is unknown color: approx Picton Blue. HEX triplet: 55, 99 and CD. RGB value is (85,153,205). Sum of RGB (Red+Green+Blue) = 85+153+205=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #5599CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599CD is #AA6632. Grayscale: #8A8A8A. Windows color (decimal): -11167283 or 13474133. OLE color: 13474133.

HSL color Cylindrical-coordinate representation of color #5599CD: hue angle of 206º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5599CD is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85153205-
CMYK0.590.2500.20
HSL206º54.55%56.86%-
HSV(B)206º58.54%80.39%-
XYZ26.1629.1262-
YUV138.6165.4789.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.19%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=19.19%
G=34.54%
B=46.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851532050.590.2500.2020654.5556.86
Hex5599CD3B19014ce3739
Octal12523131573310243166771
Binary101010110011001110011011110111100101010011001110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5599CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5599CD; }

 p { color: rgb(85,153,205); }

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

<style>
 a { background-color: #5599CD; }

 a { background-color: rgb(85,153,205); }

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

<style>
 span { border-color: #5599CD; }

 span { border-color: rgb(85,153,205); }

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