#515689

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

Shades of Governor Bay #515689

Tints of Governor Bay #515689

Color information

#515689 (or 0x515689) is unknown color: approx Governor Bay. HEX triplet: 51, 56 and 89. RGB value is (81,86,137). Sum of RGB (Red+Green+Blue) = 81+86+137=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #515689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515689 is #AEA976. Grayscale: #5A5A5A. Windows color (decimal): -11446647 or 9000529. OLE color: 9000529.

HSL color Cylindrical-coordinate representation of color #515689: hue angle of 234.64º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #515689 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8186137-
CMYK0.410.3700.46
HSL234.64º25.69%42.75%-
HSV(B)234.64º40.88%53.73%-
XYZ11.2410.2125.05-
YUV90.32154.34121.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=26.64%
G=28.29%
B=45.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81861370.410.3700.46234.6425.6942.75
Hex515689292502Eeb1a2b
Octal12112621151450563533253
Binary101000110101101000100110100110010101011101110101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515689; }

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

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

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

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

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

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

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

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