Html Css Color HEX #5996CE Picton Blue

📋 copy color: '#5996CE'

red 89 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #5996CE

Tints of Picton Blue #5996CE

RGB

 RED value IS 89 (35.16% from 255) = 20%

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

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

R = 20%
G = 33.71%
B = 46.29%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5996CE (or 0x5996CE) is known color: Picton Blue. HEX triplet: 59, 96 and CE. RGB value is (89,150,206). Sum of RGB (Red+Green+Blue) = 89+150+206=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #5996CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996CE is #A66931. Grayscale: #898989. Windows color (decimal): -10905906 or 13538905. OLE color: 13538905.

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

Color convert

RGB 89 150 206 -
CMYK 0.57 0.27 0 0.19
HSL 208.72º 0.54% 0.58% -
HSV(B) 208.72º 0.57% 0.81% -
XYZ 26.17 28.39 62.49 -
YUV 138.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 89 150 206 0.57 0.27 0 0.19 208.72 0.54 0.58
Hex 59 96 CE 39 1B 0 13 D1 36 3A
Octal 131 226 316 71 33 0 23 321 66 72
Binary 1011001 10010110 11001110 111001 11011 0 10011 11010001 110110 111010

Color Harmonies of #5996CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5996CE

Black with #5996CE

Text Example


Text Example

White with #5996CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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