#5591BB

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

Shades of Shakespeare #5591BB

Tints of Shakespeare #5591BB

Color information

#5591BB (or 0x5591BB) is unknown color: approx Shakespeare. HEX triplet: 55, 91 and BB. RGB value is (85,145,187). Sum of RGB (Red+Green+Blue) = 85+145+187=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #5591BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5591BB is #AA6E44. Grayscale: #838383. Windows color (decimal): -11169349 or 12292437. OLE color: 12292437.

HSL color Cylindrical-coordinate representation of color #5591BB: hue angle of 204.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5591BB is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85145187-
CMYK0.550.2200.27
HSL204.71º42.86%53.33%-
HSV(B)204.71º54.55%73.33%-
XYZ22.8425.7750.78-
YUV131.85159.1294.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=20.38%
G=34.77%
B=44.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851451870.550.2200.27204.7142.8653.33
Hex5591BB371601Bcd2b35
Octal12522127367260333155365
Binary101010110010001101110111101111011001101111001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5591BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5591BB; }

 p { color: rgb(85,145,187); }

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

<style>
 a { background-color: #5591BB; }

 a { background-color: rgb(85,145,187); }

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

<style>
 span { border-color: #5591BB; }

 span { border-color: rgb(85,145,187); }

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