Html Css Color HEX #5997BE Shakespeare

📋 copy color: '#5997BE'

red 89 ◦ green 151 ◦ blue 190

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

Shades of Shakespeare #5997BE

Tints of Shakespeare #5997BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 20.7%
G = 35.12%
B = 44.19%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5997BE (or 0x5997BE) is known color: Shakespeare. HEX triplet: 59, 97 and BE. RGB value is (89,151,190). Sum of RGB (Red+Green+Blue) = 89+151+190=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #5997BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997BE is #A66841. Grayscale: #888888. Windows color (decimal): -10905666 or 12490585. OLE color: 12490585.

HSL color Cylindrical-coordinate representation of color #5997BE: hue angle of 203.17º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5997BE is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 151 190 -
CMYK 0.53 0.21 0 0.25
HSL 203.17º 0.44% 0.55% -
HSV(B) 203.17º 0.53% 0.75% -
XYZ 24.48 27.97 52.82 -
YUV 136.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 89 151 190 0.53 0.21 0 0.25 203.17 0.44 0.55
Hex 59 97 BE 35 15 0 19 CB 2C 37
Octal 131 227 276 65 25 0 31 313 54 67
Binary 1011001 10010111 10111110 110101 10101 0 11001 11001011 101100 110111

Color Harmonies of #5997BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5997BE

Black with #5997BE

Text Example


Text Example

White with #5997BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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