Html Css Color HEX #5998BB Shakespeare

📋 copy color: '#5998BB'

red 89 ◦ green 152 ◦ blue 187

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

Shades of Shakespeare #5998BB

Tints of Shakespeare #5998BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 20.79%
G = 35.51%
B = 43.69%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5998BB (or 0x5998BB) is known color: Shakespeare. HEX triplet: 59, 98 and BB. RGB value is (89,152,187). Sum of RGB (Red+Green+Blue) = 89+152+187=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #5998BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998BB is #A66744. Grayscale: #888888. Windows color (decimal): -10905413 or 12294233. OLE color: 12294233.

HSL color Cylindrical-coordinate representation of color #5998BB: hue angle of 201.43º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5998BB is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 152 187 -
CMYK 0.52 0.19 0 0.27
HSL 201.43º 0.42% 0.54% -
HSV(B) 201.43º 0.52% 0.73% -
XYZ 24.32 28.17 51.17 -
YUV 137.15 156.13 93.65 -
System Red Green Blue C M Y K H S L
Decimal 89 152 187 0.52 0.19 0 0.27 201.43 0.42 0.54
Hex 59 98 BB 34 13 0 1B C9 2A 36
Octal 131 230 273 64 23 0 33 311 52 66
Binary 1011001 10011000 10111011 110100 10011 0 11011 11001001 101010 110110

Color Harmonies of #5998BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5998BB

Black with #5998BB

Text Example


Text Example

White with #5998BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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