#515687

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

Shades of Governor Bay #515687

Tints of Governor Bay #515687

Color information

#515687 (or 0x515687) is unknown color: approx Governor Bay. HEX triplet: 51, 56 and 87. RGB value is (81,86,135). Sum of RGB (Red+Green+Blue) = 81+86+135=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #515687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515687 is #AEA978. Grayscale: #595959. Windows color (decimal): -11446649 or 8869457. OLE color: 8869457.

HSL color Cylindrical-coordinate representation of color #515687: hue angle of 234.44º 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 #515687 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8186135-
CMYK0.400.3600.47
HSL234.44º25%42.35%-
HSV(B)234.44º40%52.94%-
XYZ11.0910.1524.3-
YUV90.09153.34121.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=26.82%
G=28.48%
B=44.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81861350.400.3600.47234.442542.35
Hex515687282402Fea192a
Octal12112620750440573523152
Binary101000110101101000011110100010010001011111110101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515687; }

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

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

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

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

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

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

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

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