#5597BD

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

Shades of Shakespeare #5597BD

Tints of Shakespeare #5597BD

Color information

#5597BD (or 0x5597BD) is unknown color: approx Shakespeare. HEX triplet: 55, 97 and BD. RGB value is (85,151,189). Sum of RGB (Red+Green+Blue) = 85+151+189=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #5597BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5597BD is #AA6842. Grayscale: #878787. Windows color (decimal): -11167811 or 12425045. OLE color: 12425045.

HSL color Cylindrical-coordinate representation of color #5597BD: hue angle of 201.92º degrees, saturation: 0.44, 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 #5597BD is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85151189-
CMYK0.550.2000.26
HSL201.92º44.07%53.73%-
HSV(B)201.92º55.03%74.12%-
XYZ2427.7452.23-
YUV135.6158.1391.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=20%
G=35.53%
B=44.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851511890.550.2000.26201.9244.0753.73
Hex5597BD371401Aca2c36
Octal12522727567240323125466
Binary101010110010111101111011101111010001101011001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5597BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5597BD; }

 p { color: rgb(85,151,189); }

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

<style>
 a { background-color: #5597BD; }

 a { background-color: rgb(85,151,189); }

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

<style>
 span { border-color: #5597BD; }

 span { border-color: rgb(85,151,189); }

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