Html Css Color HEX #5996CC Picton Blue

📋 copy color: '#5996CC'

red 89 ◦ green 150 ◦ blue 204

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

Shades of Picton Blue #5996CC

Tints of Picton Blue #5996CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 20.09%
G = 33.86%
B = 46.05%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5996CC (or 0x5996CC) is known color: Picton Blue. HEX triplet: 59, 96 and CC. RGB value is (89,150,204). Sum of RGB (Red+Green+Blue) = 89+150+204=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #5996CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996CC is #A66933. Grayscale: #898989. Windows color (decimal): -10905908 or 13407833. OLE color: 13407833.

HSL color Cylindrical-coordinate representation of color #5996CC: hue angle of 208.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5996CC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 150 204 -
CMYK 0.56 0.26 0 0.2
HSL 208.17º 0.53% 0.57% -
HSV(B) 208.17º 0.56% 0.8% -
XYZ 25.93 28.3 61.22 -
YUV 137.92 165.29 93.11 -
System Red Green Blue C M Y K H S L
Decimal 89 150 204 0.56 0.26 0 0.2 208.17 0.53 0.57
Hex 59 96 CC 38 1A 0 14 D0 35 39
Octal 131 226 314 70 32 0 24 320 65 71
Binary 1011001 10010110 11001100 111000 11010 0 10100 11010000 110101 111001

Color Harmonies of #5996CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5996CC

Black with #5996CC

Text Example


Text Example

White with #5996CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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