#549DB1

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

Shades of Shakespeare #549DB1

Tints of Shakespeare #549DB1

Color information

#549DB1 (or 0x549DB1) is unknown color: approx Shakespeare. HEX triplet: 54, 9D and B1. RGB value is (84,157,177). Sum of RGB (Red+Green+Blue) = 84+157+177=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #549DB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549DB1 is #AB624E. Grayscale: #898989. Windows color (decimal): -11231823 or 11640148. OLE color: 11640148.

HSL color Cylindrical-coordinate representation of color #549DB1: hue angle of 192.9º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #549DB1 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84157177-
CMYK0.530.1100.31
HSL192.9º37.35%51.18%-
HSV(B)192.9º52.54%69.41%-
XYZ23.6529.1745.98-
YUV137.45150.3289.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.10%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 177 (69.53% from 255) = 42.34%
R=20.10%
G=37.56%
B=42.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841571770.530.1100.31192.937.3551.18
Hex549DB135B01Fc12533
Octal12423526165130373014563
Binary10101001001110110110001110101101101111111000001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549DB1; }

 p { color: rgb(84,157,177); }

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

<style>
 a { background-color: #549DB1; }

 a { background-color: rgb(84,157,177); }

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

<style>
 span { border-color: #549DB1; }

 span { border-color: rgb(84,157,177); }

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