#57549D

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

Shades of Governor Bay #57549D

Tints of Governor Bay #57549D

Color information

#57549D (or 0x57549D) is unknown color: approx Governor Bay. HEX triplet: 57, 54 and 9D. RGB value is (87,84,157). Sum of RGB (Red+Green+Blue) = 87+84+157=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #57549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57549D is #A8AB62. Grayscale: #5C5C5C. Windows color (decimal): -11053923 or 10310743. OLE color: 10310743.

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

Color convert

RGB8784157-
CMYK0.450.4600.38
HSL242.47º30.29%47.25%-
HSV(B)242.47º46.5%61.57%-
XYZ13.1910.833.29-
YUV93.22163.99123.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=26.52%
G=25.61%
B=47.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87841570.450.4600.38242.4730.2947.25
Hex57549D2D2E026f21e2f
Octal12712423555560463623657
Binary101011110101001001110110110110111001001101111001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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