Html Css Color HEX #5593BC Shakespeare

📋 copy color: '#5593BC'

red 85 ◦ green 147 ◦ blue 188

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

Shades of Shakespeare #5593BC

Tints of Shakespeare #5593BC

RGB

 RED value IS 85 (33.59% from 255) = 20.24%

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

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

R = 20.24%
G = 35%
B = 44.76%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5593BC (or 0x5593BC) is known color: Shakespeare. HEX triplet: 55, 93 and BC. RGB value is (85,147,188). Sum of RGB (Red+Green+Blue) = 85+147+188=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #5593BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5593BC is #AA6C43. Grayscale: #848484. Windows color (decimal): -11168836 or 12358485. OLE color: 12358485.

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

Color convert

RGB 85 147 188 -
CMYK 0.55 0.22 0 0.26
HSL 203.88º 0.43% 0.54% -
HSV(B) 203.88º 0.55% 0.74% -
XYZ 23.26 26.43 51.45 -
YUV 133.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 85 147 188 0.55 0.22 0 0.26 203.88 0.43 0.54
Hex 55 93 BC 37 16 0 1A CC 2B 36
Octal 125 223 274 67 26 0 32 314 53 66
Binary 1010101 10010011 10111100 110111 10110 0 11010 11001100 101011 110110

Color Harmonies of #5593BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5593BC

Black with #5593BC

Text Example


Text Example

White with #5593BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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