#57519F

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

Shades of Governor Bay #57519F

Tints of Governor Bay #57519F

Color information

#57519F (or 0x57519F) is unknown color: approx Governor Bay. HEX triplet: 57, 51 and 9F. RGB value is (87,81,159). Sum of RGB (Red+Green+Blue) = 87+81+159=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #57519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57519F is #A8AE60. Grayscale: #5B5B5B. Windows color (decimal): -11054689 or 10441047. OLE color: 10441047.

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

Color convert

RGB8781159-
CMYK0.450.4900.38
HSL244.62º32.5%47.06%-
HSV(B)244.62º49.06%62.35%-
XYZ13.1310.4134.12-
YUV91.69165.99124.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 159 (62.5% from 255) = 48.62%
R=26.61%
G=24.77%
B=48.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87811590.450.4900.38244.6232.547.06
Hex57519F2D31026f5202f
Octal12712123755610463654057
Binary1010111101000110011111101101110001010011011110101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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