Html Css Color HEX #5995BC Shakespeare

📋 copy color: '#5995BC'

red 89 ◦ green 149 ◦ blue 188

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

Shades of Shakespeare #5995BC

Tints of Shakespeare #5995BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.98%

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

R = 20.89%
G = 34.98%
B = 44.13%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5995BC (or 0x5995BC) is known color: Shakespeare. HEX triplet: 59, 95 and BC. RGB value is (89,149,188). Sum of RGB (Red+Green+Blue) = 89+149+188=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #5995BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5995BC is #A66A43. Grayscale: #878787. Windows color (decimal): -10906180 or 12359001. OLE color: 12359001.

HSL color Cylindrical-coordinate representation of color #5995BC: hue angle of 203.64º 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 #5995BC is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 149 188 -
CMYK 0.53 0.21 0 0.26
HSL 203.64º 0.42% 0.54% -
HSV(B) 203.64º 0.53% 0.74% -
XYZ 23.94 27.25 51.57 -
YUV 135.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 89 149 188 0.53 0.21 0 0.26 203.64 0.42 0.54
Hex 59 95 BC 35 15 0 1A CC 2A 36
Octal 131 225 274 65 25 0 32 314 52 66
Binary 1011001 10010101 10111100 110101 10101 0 11010 11001100 101010 110110

Color Harmonies of #5995BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5995BC

Black with #5995BC

Text Example


Text Example

White with #5995BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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