#515487

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

Shades of Governor Bay #515487

Tints of Governor Bay #515487

Color information

#515487 (or 0x515487) is unknown color: approx Governor Bay. HEX triplet: 51, 54 and 87. RGB value is (81,84,135). Sum of RGB (Red+Green+Blue) = 81+84+135=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #515487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515487 is #AEAB78. Grayscale: #585858. Windows color (decimal): -11447161 or 8868945. OLE color: 8868945.

HSL color Cylindrical-coordinate representation of color #515487: hue angle of 236.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515487 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8184135-
CMYK0.400.3800.47
HSL236.67º25%42.35%-
HSV(B)236.67º40%52.94%-
XYZ10.949.8424.24-
YUV88.92154.01122.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 135 (53.12% from 255) = 45%
R=27%
G=28%
B=45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81841350.400.3800.47236.672542.35
Hex515487282602Fed192a
Octal12112420750460573553152
Binary101000110101001000011110100010011001011111110110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515487; }

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

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

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

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

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

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

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

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