#5895D9

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

Shades of Picton Blue #5895D9

Tints of Picton Blue #5895D9

Color information

#5895D9 (or 0x5895D9) is unknown color: approx Picton Blue. HEX triplet: 58, 95 and D9. RGB value is (88,149,217). Sum of RGB (Red+Green+Blue) = 88+149+217=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #5895D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5895D9 is #A76A26. Grayscale: #8A8A8A. Windows color (decimal): -10971687 or 14259544. OLE color: 14259544.

HSL color Cylindrical-coordinate representation of color #5895D9: hue angle of 211.63º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5895D9 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB88149217-
CMYK0.590.3100.15
HSL211.63º62.93%59.8%-
HSV(B)211.63º59.45%85.1%-
XYZ27.328.5869.72-
YUV138.51172.2991.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.38%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 217 (85.16% from 255) = 47.80%
R=19.38%
G=32.82%
B=47.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal881492170.590.3100.15211.6362.9359.8
Hex5895D93B1F0Fd43f3c
Octal13022533173370173247774
Binary10110001001010111011001111011111110111111010100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5895D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5895D9; }

 p { color: rgb(88,149,217); }

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

<style>
 a { background-color: #5895D9; }

 a { background-color: rgb(88,149,217); }

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

<style>
 span { border-color: #5895D9; }

 span { border-color: rgb(88,149,217); }

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