#515485

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

Shades of Governor Bay #515485

Tints of Governor Bay #515485

Color information

#515485 (or 0x515485) is unknown color: approx Governor Bay. HEX triplet: 51, 54 and 85. RGB value is (81,84,133). Sum of RGB (Red+Green+Blue) = 81+84+133=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #515485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515485 is #AEAB7A. Grayscale: #585858. Windows color (decimal): -11447163 or 8737873. OLE color: 8737873.

HSL color Cylindrical-coordinate representation of color #515485: hue angle of 236.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #515485 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8184133-
CMYK0.390.3700.48
HSL236.54º24.3%41.96%-
HSV(B)236.54º39.1%52.16%-
XYZ10.89.7823.51-
YUV88.69153.01122.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=27.18%
G=28.19%
B=44.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81841330.390.3700.48236.5424.341.96
Hex5154852725030ed182a
Octal12112420547450603553052
Binary101000110101001000010110011110010101100001110110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515485; }

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

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

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

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

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

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

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

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