Html Css Color HEX #5996DC Picton Blue

📋 copy color: '#5996DC'

red 89 ◦ green 150 ◦ blue 220

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

Shades of Picton Blue #5996DC

Tints of Picton Blue #5996DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 19.39%
G = 32.68%
B = 47.93%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5996DC (or 0x5996DC) is known color: Picton Blue. HEX triplet: 59, 96 and DC. RGB value is (89,150,220). Sum of RGB (Red+Green+Blue) = 89+150+220=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #5996DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996DC is #A66923. Grayscale: #8B8B8B. Windows color (decimal): -10905892 or 14456409. OLE color: 14456409.

HSL color Cylindrical-coordinate representation of color #5996DC: hue angle of 212.06º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5996DC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 150 220 -
CMYK 0.60 0.32 0 0.14
HSL 212.06º 0.65% 0.61% -
HSV(B) 212.06º 0.6% 0.86% -
XYZ 27.94 29.1 71.85 -
YUV 139.74 173.29 91.81 -
System Red Green Blue C M Y K H S L
Decimal 89 150 220 0.60 0.32 0 0.14 212.06 0.65 0.61
Hex 59 96 DC 3C 20 0 E D4 41 3D
Octal 131 226 334 74 40 0 16 324 101 75
Binary 1011001 10010110 11011100 111100 100000 0 1110 11010100 1000001 111101

Color Harmonies of #5996DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5996DC

Black with #5996DC

Text Example


Text Example

White with #5996DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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