#5597DF

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

Shades of Picton Blue #5597DF

Tints of Picton Blue #5597DF

Color information

#5597DF (or 0x5597DF) is unknown color: approx Picton Blue. HEX triplet: 55, 97 and DF. RGB value is (85,151,223). Sum of RGB (Red+Green+Blue) = 85+151+223=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #5597DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5597DF is #AA6820. Grayscale: #8B8B8B. Windows color (decimal): -11167777 or 14653269. OLE color: 14653269.

HSL color Cylindrical-coordinate representation of color #5597DF: hue angle of 211.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5597DF is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85151223-
CMYK0.620.3200.13
HSL211.3º68.32%60.39%-
HSV(B)211.3º61.88%87.45%-
XYZ28.1329.3974-
YUV139.47175.1389.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 223 (87.5% from 255) = 48.58%
R=18.52%
G=32.90%
B=48.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851512230.620.3200.13211.368.3260.39
Hex5597DF3E200Dd3443c
Octal125227337764001532310474
Binary1010101100101111101111111111010000001101110100111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5597DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5597DF; }

 p { color: rgb(85,151,223); }

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

<style>
 a { background-color: #5597DF; }

 a { background-color: rgb(85,151,223); }

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

<style>
 span { border-color: #5597DF; }

 span { border-color: rgb(85,151,223); }

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