Html Css Color HEX #5995AD Shakespeare

📋 copy color: '#5995AD'

red 89 ◦ green 149 ◦ blue 173

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

Shades of Shakespeare #5995AD

Tints of Shakespeare #5995AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

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

R = 21.65%
G = 36.25%
B = 42.09%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5995AD (or 0x5995AD) is known color: Shakespeare. HEX triplet: 59, 95 and AD. RGB value is (89,149,173). Sum of RGB (Red+Green+Blue) = 89+149+173=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #5995AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5995AD is #A66A52. Grayscale: #858585. Windows color (decimal): -10906195 or 11375961. OLE color: 11375961.

HSL color Cylindrical-coordinate representation of color #5995AD: hue angle of 197.14º 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 #5995AD is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 149 173 -
CMYK 0.49 0.14 0 0.32
HSL 197.14º 0.34% 0.51% -
HSV(B) 197.14º 0.49% 0.68% -
XYZ 22.41 26.64 43.5 -
YUV 133.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 89 149 173 0.49 0.14 0 0.32 197.14 0.34 0.51
Hex 59 95 AD 31 E 0 20 C5 22 33
Octal 131 225 255 61 16 0 40 305 42 63
Binary 1011001 10010101 10101101 110001 1110 0 100000 11000101 100010 110011

Color Harmonies of #5995AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5995AD

Black with #5995AD

Text Example


Text Example

White with #5995AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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