Html Css Color HEX #5899AB Shakespeare

📋 copy color: '#5899AB'

red 88 ◦ green 153 ◦ blue 171

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

Shades of Shakespeare #5899AB

Tints of Shakespeare #5899AB

RGB

 RED value IS 88 (34.77% from 255) = 21.36%

 GREEN value IS 153 (60.16% from 255) = 37.14%

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

R = 21.36%
G = 37.14%
B = 41.5%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5899AB (or 0x5899AB) is known color: Shakespeare. HEX triplet: 58, 99 and AB. RGB value is (88,153,171). Sum of RGB (Red+Green+Blue) = 88+153+171=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 153 (60.16% from 255 or 37.14% 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 #5899AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5899AB is #A76654. Grayscale: #878787. Windows color (decimal): -10970709 or 11245912. OLE color: 11245912.

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

Color convert

RGB 88 153 171 -
CMYK 0.49 0.11 0 0.33
HSL 193.01º 0.33% 0.51% -
HSV(B) 193.01º 0.49% 0.67% -
XYZ 22.77 27.8 42.69 -
YUV 135.62 147.97 94.04 -
System Red Green Blue C M Y K H S L
Decimal 88 153 171 0.49 0.11 0 0.33 193.01 0.33 0.51
Hex 58 99 AB 31 B 0 21 C1 21 33
Octal 130 231 253 61 13 0 41 301 41 63
Binary 1011000 10011001 10101011 110001 1011 0 100001 11000001 100001 110011

Color Harmonies of #5899AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5899AB

Black with #5899AB

Text Example


Text Example

White with #5899AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,153,171); }

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

background-color css

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

 a { background-color: rgb(88,153,171); }

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

border-color css

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

 span { border-color: rgb(88,153,171); }

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