Html Css Color HEX #5996AD Shakespeare

📋 copy color: '#5996AD'

red 89 ◦ green 150 ◦ blue 173

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

Shades of Shakespeare #5996AD

Tints of Shakespeare #5996AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 21.6%
G = 36.41%
B = 41.99%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5996AD (or 0x5996AD) is known color: Shakespeare. HEX triplet: 59, 96 and AD. RGB value is (89,150,173). Sum of RGB (Red+Green+Blue) = 89+150+173=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #5996AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5996AD is #A66952. Grayscale: #868686. Windows color (decimal): -10905939 or 11376217. OLE color: 11376217.

HSL color Cylindrical-coordinate representation of color #5996AD: hue angle of 196.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5996AD is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 150 173 -
CMYK 0.49 0.13 0 0.32
HSL 196.43º 0.34% 0.51% -
HSV(B) 196.43º 0.49% 0.68% -
XYZ 22.57 26.95 43.55 -
YUV 134.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 89 150 173 0.49 0.13 0 0.32 196.43 0.34 0.51
Hex 59 96 AD 31 D 0 20 C4 22 33
Octal 131 226 255 61 15 0 40 304 42 63
Binary 1011001 10010110 10101101 110001 1101 0 100000 11000100 100010 110011

Color Harmonies of #5996AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5996AD

Black with #5996AD

Text Example


Text Example

White with #5996AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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