#5593B7

Color #5593B7 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #5593B7

Tints of Shakespeare #5593B7

Color information

#5593B7 (or 0x5593B7) is unknown color: approx Shakespeare. HEX triplet: 55, 93 and B7. RGB value is (85,147,183). Sum of RGB (Red+Green+Blue) = 85+147+183=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 183 - color contains mainly: blue. Hex color #5593B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5593B7 is #AA6C48. Grayscale: #848484. Windows color (decimal): -11168841 or 12030805. OLE color: 12030805.

HSL color Cylindrical-coordinate representation of color #5593B7: hue angle of 202.04º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5593B7 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB85147183-
CMYK0.540.2000.28
HSL202.04º40.5%52.55%-
HSV(B)202.04º53.55%71.76%-
XYZ22.7326.2248.66-
YUV132.57156.4694.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 183 (71.88% from 255) = 44.10%
R=20.48%
G=35.42%
B=44.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851471830.540.2000.28202.0440.552.55
Hex5593B7361401Cca2835
Octal12522326766240343125065
Binary101010110010011101101111101101010001110011001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5593B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5593B7;
 }
 .AnyTagClassName
 {
   color: #5593B7;
 }
</style>
background-color css

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

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

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

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

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

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