#515790

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

Shades of Governor Bay #515790

Tints of Governor Bay #515790

Color information

#515790 (or 0x515790) is unknown color: approx Governor Bay. HEX triplet: 51, 57 and 90. RGB value is (81,87,144). Sum of RGB (Red+Green+Blue) = 81+87+144=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #515790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515790 is #AEA86F. Grayscale: #5B5B5B. Windows color (decimal): -11446384 or 9459537. OLE color: 9459537.

HSL color Cylindrical-coordinate representation of color #515790: hue angle of 234.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #515790 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8187144-
CMYK0.440.4000.44
HSL234.29º28%44.12%-
HSV(B)234.29º43.75%56.47%-
XYZ11.8410.5827.8-
YUV91.7157.51120.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=25.96%
G=27.88%
B=46.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81871440.440.4000.44234.292844.12
Hex5157902C2802Cea1c2c
Octal12112722054500543523454
Binary101000110101111001000010110010100001011001110101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515790; }

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

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

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

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

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

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

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

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