#5595D7

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

Shades of Picton Blue #5595D7

Tints of Picton Blue #5595D7

Color information

#5595D7 (or 0x5595D7) is unknown color: approx Picton Blue. HEX triplet: 55, 95 and D7. RGB value is (85,149,215). Sum of RGB (Red+Green+Blue) = 85+149+215=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #5595D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5595D7 is #AA6A28. Grayscale: #898989. Windows color (decimal): -11168297 or 14128469. OLE color: 14128469.

HSL color Cylindrical-coordinate representation of color #5595D7: hue angle of 210.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5595D7 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85149215-
CMYK0.600.3100.16
HSL210.46º61.9%58.82%-
HSV(B)210.46º60.47%84.31%-
XYZ26.7628.3368.35-
YUV137.39171.890.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.93%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 215 (84.38% from 255) = 47.88%
R=18.93%
G=33.18%
B=47.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851492150.600.3100.16210.4661.958.82
Hex5595D73C1F010d23e3b
Octal12522532774370203227673
Binary101010110010101110101111111001111101000011010010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5595D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5595D7; }

 p { color: rgb(85,149,215); }

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

<style>
 a { background-color: #5595D7; }

 a { background-color: rgb(85,149,215); }

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

<style>
 span { border-color: #5595D7; }

 span { border-color: rgb(85,149,215); }

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