#57519B

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

Shades of Governor Bay #57519B

Tints of Governor Bay #57519B

Color information

#57519B (or 0x57519B) is unknown color: approx Governor Bay. HEX triplet: 57, 51 and 9B. RGB value is (87,81,155). Sum of RGB (Red+Green+Blue) = 87+81+155=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #57519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57519B is #A8AE64. Grayscale: #5A5A5A. Windows color (decimal): -11054693 or 10178903. OLE color: 10178903.

HSL color Cylindrical-coordinate representation of color #57519B: hue angle of 244.86º degrees, saturation: 0.31, 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 #57519B is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8781155-
CMYK0.440.4800.39
HSL244.86º31.36%46.27%-
HSV(B)244.86º47.74%60.78%-
XYZ12.7910.2832.32-
YUV91.23163.99124.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=26.93%
G=25.08%
B=47.99%

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
Decimal87811550.440.4800.39244.8631.3646.27
Hex57519B2C30027f51f2e
Octal12712123354600473653756
Binary101011110100011001101110110011000001001111111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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