Html Css Color HEX #5993BC Shakespeare

📋 copy color: '#5993BC'

red 89 ◦ green 147 ◦ blue 188

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

Shades of Shakespeare #5993BC

Tints of Shakespeare #5993BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 20.99%
G = 34.67%
B = 44.34%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5993BC (or 0x5993BC) is known color: Shakespeare. HEX triplet: 59, 93 and BC. RGB value is (89,147,188). Sum of RGB (Red+Green+Blue) = 89+147+188=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #5993BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993BC is #A66C43. Grayscale: #868686. Windows color (decimal): -10906692 or 12358489. OLE color: 12358489.

HSL color Cylindrical-coordinate representation of color #5993BC: hue angle of 204.85º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5993BC is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 147 188 -
CMYK 0.53 0.22 0 0.26
HSL 204.85º 0.42% 0.54% -
HSV(B) 204.85º 0.53% 0.74% -
XYZ 23.63 26.62 51.47 -
YUV 134.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 89 147 188 0.53 0.22 0 0.26 204.85 0.42 0.54
Hex 59 93 BC 35 16 0 1A CD 2A 36
Octal 131 223 274 65 26 0 32 315 52 66
Binary 1011001 10010011 10111100 110101 10110 0 11010 11001101 101010 110110

Color Harmonies of #5993BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5993BC

Black with #5993BC

Text Example


Text Example

White with #5993BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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