Html Css Color HEX #5993BB Shakespeare

📋 copy color: '#5993BB'

red 89 ◦ green 147 ◦ blue 187

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

Shades of Shakespeare #5993BB

Tints of Shakespeare #5993BB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

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

R = 21.04%
G = 34.75%
B = 44.21%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5993BB (or 0x5993BB) is known color: Shakespeare. HEX triplet: 59, 93 and BB. RGB value is (89,147,187). Sum of RGB (Red+Green+Blue) = 89+147+187=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #5993BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993BB is #A66C44. Grayscale: #868686. Windows color (decimal): -10906693 or 12292953. OLE color: 12292953.

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

Color convert

RGB 89 147 187 -
CMYK 0.52 0.21 0 0.27
HSL 204.49º 0.42% 0.54% -
HSV(B) 204.49º 0.52% 0.73% -
XYZ 23.52 26.58 50.9 -
YUV 134.22 157.78 95.75 -
System Red Green Blue C M Y K H S L
Decimal 89 147 187 0.52 0.21 0 0.27 204.49 0.42 0.54
Hex 59 93 BB 34 15 0 1B CC 2A 36
Octal 131 223 273 64 25 0 33 314 52 66
Binary 1011001 10010011 10111011 110100 10101 0 11011 11001100 101010 110110

Color Harmonies of #5993BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5993BB

Black with #5993BB

Text Example


Text Example

White with #5993BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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