Html Css Color HEX #5996BC Shakespeare

📋 copy color: '#5996BC'

red 89 ◦ green 150 ◦ blue 188

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

Shades of Shakespeare #5996BC

Tints of Shakespeare #5996BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 20.84%
G = 35.13%
B = 44.03%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5996BC (or 0x5996BC) is known color: Shakespeare. HEX triplet: 59, 96 and BC. RGB value is (89,150,188). Sum of RGB (Red+Green+Blue) = 89+150+188=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #5996BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996BC is #A66943. Grayscale: #878787. Windows color (decimal): -10905924 or 12359257. OLE color: 12359257.

HSL color Cylindrical-coordinate representation of color #5996BC: hue angle of 203.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5996BC is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 150 188 -
CMYK 0.53 0.20 0 0.26
HSL 203.03º 0.42% 0.54% -
HSV(B) 203.03º 0.53% 0.74% -
XYZ 24.1 27.57 51.63 -
YUV 136.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 89 150 188 0.53 0.20 0 0.26 203.03 0.42 0.54
Hex 59 96 BC 35 14 0 1A CB 2A 36
Octal 131 226 274 65 24 0 32 313 52 66
Binary 1011001 10010110 10111100 110101 10100 0 11010 11001011 101010 110110

Color Harmonies of #5996BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5996BC

Black with #5996BC

Text Example


Text Example

White with #5996BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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