Html Css Color HEX #5998AD Shakespeare

📋 copy color: '#5998AD'

red 89 ◦ green 152 ◦ blue 173

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

Shades of Shakespeare #5998AD

Tints of Shakespeare #5998AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.71%

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

R = 21.5%
G = 36.71%
B = 41.79%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5998AD (or 0x5998AD) is known color: Shakespeare. HEX triplet: 59, 98 and AD. RGB value is (89,152,173). Sum of RGB (Red+Green+Blue) = 89+152+173=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #5998AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5998AD is #A66752. Grayscale: #878787. Windows color (decimal): -10905427 or 11376729. OLE color: 11376729.

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

Color convert

RGB 89 152 173 -
CMYK 0.49 0.12 0 0.32
HSL 195º 0.34% 0.51% -
HSV(B) 195º 0.49% 0.68% -
XYZ 22.89 27.6 43.66 -
YUV 135.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 89 152 173 0.49 0.12 0 0.32 195 0.34 0.51
Hex 59 98 AD 31 C 0 20 C3 22 33
Octal 131 230 255 61 14 0 40 303 42 63
Binary 1011001 10011000 10101101 110001 1100 0 100000 11000011 100010 110011

Color Harmonies of #5998AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5998AD

Black with #5998AD

Text Example


Text Example

White with #5998AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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