#5796CA

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

Shades of Picton Blue #5796CA

Tints of Picton Blue #5796CA

Color information

#5796CA (or 0x5796CA) is unknown color: approx Picton Blue. HEX triplet: 57, 96 and CA. RGB value is (87,150,202). Sum of RGB (Red+Green+Blue) = 87+150+202=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #5796CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5796CA is #A86935. Grayscale: #888888. Windows color (decimal): -11036982 or 13276759. OLE color: 13276759.

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

Color convert

RGB87150202-
CMYK0.570.2600.21
HSL207.13º52.04%56.67%-
HSV(B)207.13º56.93%79.22%-
XYZ25.528.159.96-
YUV137.09164.6392.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.82%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=19.82%
G=34.17%
B=46.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871502020.570.2600.21207.1352.0456.67
Hex5796CA391A015cf3439
Octal12722631271320253176471
Binary101011110010110110010101110011101001010111001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5796CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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