#57519C

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

Shades of Governor Bay #57519C

Tints of Governor Bay #57519C

Color information

#57519C (or 0x57519C) is unknown color: approx Governor Bay. HEX triplet: 57, 51 and 9C. RGB value is (87,81,156). Sum of RGB (Red+Green+Blue) = 87+81+156=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #57519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57519C is #A8AE63. Grayscale: #5B5B5B. Windows color (decimal): -11054692 or 10244439. OLE color: 10244439.

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

Color convert

RGB8781156-
CMYK0.440.4800.39
HSL244.8º31.65%46.47%-
HSV(B)244.8º48.08%61.18%-
XYZ12.8710.3132.76-
YUV91.34164.49124.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=26.85%
G=25%
B=48.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87811560.440.4800.39244.831.6546.47
Hex57519C2C30027f5202e
Octal12712123454600473654056
Binary1010111101000110011100101100110000010011111110101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57519C; }

 p { color: rgb(87,81,156); }

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

<style>
 a { background-color: #57519C; }

 a { background-color: rgb(87,81,156); }

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

<style>
 span { border-color: #57519C; }

 span { border-color: rgb(87,81,156); }

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