Html Css Color HEX #5994BB Shakespeare

📋 copy color: '#5994BB'

red 89 ◦ green 148 ◦ blue 187

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

Shades of Shakespeare #5994BB

Tints of Shakespeare #5994BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

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

R = 20.99%
G = 34.91%
B = 44.1%

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

#5994BB (or 0x5994BB) is known color: Shakespeare. HEX triplet: 59, 94 and BB. RGB value is (89,148,187). Sum of RGB (Red+Green+Blue) = 89+148+187=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #5994BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5994BB is #A66B44. Grayscale: #868686. Windows color (decimal): -10906437 or 12293209. OLE color: 12293209.

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

Color convert

RGB 89 148 187 -
CMYK 0.52 0.21 0 0.27
HSL 203.88º 0.42% 0.54% -
HSV(B) 203.88º 0.52% 0.73% -
XYZ 23.68 26.89 50.96 -
YUV 134.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 89 148 187 0.52 0.21 0 0.27 203.88 0.42 0.54
Hex 59 94 BB 34 15 0 1B CC 2A 36
Octal 131 224 273 64 25 0 33 314 52 66
Binary 1011001 10010100 10111011 110100 10101 0 11011 11001100 101010 110110

Color Harmonies of #5994BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5994BB

Black with #5994BB

Text Example


Text Example

White with #5994BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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