#5499BB

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

Shades of Shakespeare #5499BB

Tints of Shakespeare #5499BB

Color information

#5499BB (or 0x5499BB) is unknown color: approx Shakespeare. HEX triplet: 54, 99 and BB. RGB value is (84,153,187). Sum of RGB (Red+Green+Blue) = 84+153+187=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #5499BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499BB is #AB6644. Grayscale: #888888. Windows color (decimal): -11232837 or 12294484. OLE color: 12294484.

HSL color Cylindrical-coordinate representation of color #5499BB: hue angle of 199.81º 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 #5499BB is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84153187-
CMYK0.550.1800.27
HSL199.81º43.1%53.14%-
HSV(B)199.81º55.08%73.33%-
XYZ24.0228.2651.2-
YUV136.24156.6490.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.81%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=19.81%
G=36.08%
B=44.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841531870.550.1800.27199.8143.153.14
Hex5499BB371201Bc82b35
Octal12423127367220333105365
Binary101010010011001101110111101111001001101111001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,153,187); }

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

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

 a { background-color: rgb(84,153,187); }

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

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

 span { border-color: rgb(84,153,187); }

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