Html Css Color HEX #5998AB Shakespeare

📋 copy color: '#5998AB'

red 89 ◦ green 152 ◦ blue 171

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

Shades of Shakespeare #5998AB

Tints of Shakespeare #5998AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 21.6%
G = 36.89%
B = 41.5%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5998AB (or 0x5998AB) is known color: Shakespeare. HEX triplet: 59, 98 and AB. RGB value is (89,152,171). Sum of RGB (Red+Green+Blue) = 89+152+171=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #5998AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5998AB is #A66754. Grayscale: #878787. Windows color (decimal): -10905429 or 11245657. OLE color: 11245657.

HSL color Cylindrical-coordinate representation of color #5998AB: hue angle of 193.9º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5998AB is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 152 171 -
CMYK 0.48 0.11 0 0.33
HSL 193.9º 0.33% 0.51% -
HSV(B) 193.9º 0.48% 0.67% -
XYZ 22.7 27.52 42.64 -
YUV 135.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 89 152 171 0.48 0.11 0 0.33 193.9 0.33 0.51
Hex 59 98 AB 30 B 0 21 C2 21 33
Octal 131 230 253 60 13 0 41 302 41 63
Binary 1011001 10011000 10101011 110000 1011 0 100001 11000010 100001 110011

Color Harmonies of #5998AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5998AB

Black with #5998AB

Text Example


Text Example

White with #5998AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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