#5896CA

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

Shades of Picton Blue #5896CA

Tints of Picton Blue #5896CA

Color information

#5896CA (or 0x5896CA) is unknown color: approx Picton Blue. HEX triplet: 58, 96 and CA. RGB value is (88,150,202). Sum of RGB (Red+Green+Blue) = 88+150+202=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #5896CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5896CA is #A76935. Grayscale: #898989. Windows color (decimal): -10971446 or 13276760. OLE color: 13276760.

HSL color Cylindrical-coordinate representation of color #5896CA: hue angle of 207.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5896CA is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB88150202-
CMYK0.560.2600.21
HSL207.37º51.82%56.86%-
HSV(B)207.37º56.44%79.22%-
XYZ25.5928.1559.96-
YUV137.39164.4692.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=20%
G=34.09%
B=45.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal881502020.560.2600.21207.3751.8256.86
Hex5896CA381A015cf3439
Octal13022631270320253176471
Binary101100010010110110010101110001101001010111001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5896CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5896CA; }

 p { color: rgb(88,150,202); }

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

<style>
 a { background-color: #5896CA; }

 a { background-color: rgb(88,150,202); }

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

<style>
 span { border-color: #5896CA; }

 span { border-color: rgb(88,150,202); }

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