Html Css Color HEX #5598AB Shakespeare

📋 copy color: '#5598AB'

red 85 ◦ green 152 ◦ blue 171

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

Shades of Shakespeare #5598AB

Tints of Shakespeare #5598AB

RGB

 RED value IS 85 (33.59% from 255) = 20.83%

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

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

R = 20.83%
G = 37.25%
B = 41.91%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5598AB (or 0x5598AB) is known color: Shakespeare. HEX triplet: 55, 98 and AB. RGB value is (85,152,171). Sum of RGB (Red+Green+Blue) = 85+152+171=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #5598AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5598AB is #AA6754. Grayscale: #858585. Windows color (decimal): -11167573 or 11245653. OLE color: 11245653.

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

Color convert

RGB 85 152 171 -
CMYK 0.50 0.11 0 0.33
HSL 193.26º 0.34% 0.5% -
HSV(B) 193.26º 0.5% 0.67% -
XYZ 22.33 27.33 42.63 -
YUV 134.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 85 152 171 0.50 0.11 0 0.33 193.26 0.34 0.5
Hex 55 98 AB 32 B 0 21 C1 22 32
Octal 125 230 253 62 13 0 41 301 42 62
Binary 1010101 10011000 10101011 110010 1011 0 100001 11000001 100010 110010

Color Harmonies of #5598AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5598AB

Black with #5598AB

Text Example


Text Example

White with #5598AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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