#57549B

Color #57549B Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #57549B

Tints of Governor Bay #57549B

Color information

#57549B (or 0x57549B) is unknown color: approx Governor Bay. HEX triplet: 57, 54 and 9B. RGB value is (87,84,155). Sum of RGB (Red+Green+Blue) = 87+84+155=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #57549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57549B is #A8AB64. Grayscale: #5C5C5C. Windows color (decimal): -11053925 or 10179671. OLE color: 10179671.

HSL color Cylindrical-coordinate representation of color #57549B: hue angle of 242.54º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57549B is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8784155-
CMYK0.440.4600.39
HSL242.54º29.71%46.86%-
HSV(B)242.54º45.81%60.78%-
XYZ13.0210.7332.4-
YUV92.99162.99123.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=26.69%
G=25.77%
B=47.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87841550.440.4600.39242.5429.7146.86
Hex57549B2C2E027f31e2f
Octal12712423354560473633657
Binary101011110101001001101110110010111001001111111001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57549B; }

 p { color: rgb(87,84,155); }

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

<style>
 a { background-color: #57549B; }

 a { background-color: rgb(87,84,155); }

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

<style>
 span { border-color: #57549B; }

 span { border-color: rgb(87,84,155); }

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