Html Css Color HEX #5997BB Shakespeare

📋 copy color: '#5997BB'

red 89 ◦ green 151 ◦ blue 187

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

Shades of Shakespeare #5997BB

Tints of Shakespeare #5997BB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 20.84%
G = 35.36%
B = 43.79%

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

#5997BB (or 0x5997BB) is known color: Shakespeare. HEX triplet: 59, 97 and BB. RGB value is (89,151,187). Sum of RGB (Red+Green+Blue) = 89+151+187=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #5997BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997BB is #A66844. Grayscale: #888888. Windows color (decimal): -10905669 or 12293977. OLE color: 12293977.

HSL color Cylindrical-coordinate representation of color #5997BB: hue angle of 202.04º 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 #5997BB is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 151 187 -
CMYK 0.52 0.19 0 0.27
HSL 202.04º 0.42% 0.54% -
HSV(B) 202.04º 0.52% 0.73% -
XYZ 24.16 27.84 51.12 -
YUV 136.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 89 151 187 0.52 0.19 0 0.27 202.04 0.42 0.54
Hex 59 97 BB 34 13 0 1B CA 2A 36
Octal 131 227 273 64 23 0 33 312 52 66
Binary 1011001 10010111 10111011 110100 10011 0 11011 11001010 101010 110110

Color Harmonies of #5997BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5997BB

Black with #5997BB

Text Example


Text Example

White with #5997BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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