#515684

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

Shades of Governor Bay #515684

Tints of Governor Bay #515684

Color information

#515684 (or 0x515684) is unknown color: approx Governor Bay. HEX triplet: 51, 56 and 84. RGB value is (81,86,132). Sum of RGB (Red+Green+Blue) = 81+86+132=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #515684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515684 is #AEA97B. Grayscale: #595959. Windows color (decimal): -11446652 or 8672849. OLE color: 8672849.

HSL color Cylindrical-coordinate representation of color #515684: hue angle of 234.12º 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 #515684 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8186132-
CMYK0.390.3500.48
HSL234.12º23.94%41.76%-
HSV(B)234.12º38.64%51.76%-
XYZ10.8910.0723.2-
YUV89.75151.84121.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=27.09%
G=28.76%
B=44.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81861320.390.3500.48234.1223.9441.76
Hex5156842723030ea182a
Octal12112620447430603523052
Binary101000110101101000010010011110001101100001110101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515684; }

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

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

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

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

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

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

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

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