#57558D

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

Shades of Governor Bay #57558D

Tints of Governor Bay #57558D

Color information

#57558D (or 0x57558D) is unknown color: approx Governor Bay. HEX triplet: 57, 55 and 8D. RGB value is (87,85,141). Sum of RGB (Red+Green+Blue) = 87+85+141=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #57558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57558D is #A8AA72. Grayscale: #5B5B5B. Windows color (decimal): -11053683 or 9262423. OLE color: 9262423.

HSL color Cylindrical-coordinate representation of color #57558D: hue angle of 242.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57558D is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8785141-
CMYK0.380.4000.45
HSL242.14º24.78%44.31%-
HSV(B)242.14º39.72%55.29%-
XYZ11.9910.4526.58-
YUV91.98155.66124.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=27.80%
G=27.16%
B=45.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87851410.380.4000.45242.1424.7844.31
Hex57558D262802Df2192c
Octal12712521546500553623154
Binary101011110101011000110110011010100001011011111001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,85,141); }

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

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

 a { background-color: rgb(87,85,141); }

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

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

 span { border-color: rgb(87,85,141); }

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