Html Css Color HEX #5796CE Picton Blue

📋 copy color: '#5796CE'

red 87 ◦ green 150 ◦ blue 206

#5796CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5796CE

Tints of Picton Blue #5796CE

RGB

 RED value IS 87 (34.38% from 255) = 19.64%

 GREEN value IS 150 (58.98% from 255) = 33.86%

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 19.64%
G = 33.86%
B = 46.5%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5796CE (or 0x5796CE) is known color: Picton Blue. HEX triplet: 57, 96 and CE. RGB value is (87,150,206). Sum of RGB (Red+Green+Blue) = 87+150+206=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #5796CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5796CE is #A86931. Grayscale: #898989. Windows color (decimal): -11036978 or 13538903. OLE color: 13538903.

HSL color Cylindrical-coordinate representation of color #5796CE: hue angle of 208.24º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5796CE is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 150 206 -
CMYK 0.58 0.27 0 0.19
HSL 208.24º 0.55% 0.57% -
HSV(B) 208.24º 0.58% 0.81% -
XYZ 25.98 28.3 62.48 -
YUV 137.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 87 150 206 0.58 0.27 0 0.19 208.24 0.55 0.57
Hex 57 96 CE 3A 1B 0 13 D0 37 39
Octal 127 226 316 72 33 0 23 320 67 71
Binary 1010111 10010110 11001110 111010 11011 0 10011 11010000 110111 111001

Color Harmonies of #5796CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5796CE

Black with #5796CE

Text Example


Text Example

White with #5796CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5796CE;
 }
 .AnyTagClassName
 {
   color: #5796CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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