#515490

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

Shades of Governor Bay #515490

Tints of Governor Bay #515490

Color information

#515490 (or 0x515490) is unknown color: approx Governor Bay. HEX triplet: 51, 54 and 90. RGB value is (81,84,144). Sum of RGB (Red+Green+Blue) = 81+84+144=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #515490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515490 is #AEAB6F. Grayscale: #595959. Windows color (decimal): -11447152 or 9458769. OLE color: 9458769.

HSL color Cylindrical-coordinate representation of color #515490: hue angle of 237.14º 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 #515490 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8184144-
CMYK0.440.4200.44
HSL237.14º28%44.12%-
HSV(B)237.14º43.75%56.47%-
XYZ11.610.127.72-
YUV89.94158.51121.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=26.21%
G=27.18%
B=46.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81841440.440.4200.44237.142844.12
Hex5154902C2A02Ced1c2c
Octal12112422054520543553454
Binary101000110101001001000010110010101001011001110110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515490; }

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

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

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

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

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

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

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

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