#515885

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

Shades of Governor Bay #515885

Tints of Governor Bay #515885

Color information

#515885 (or 0x515885) is unknown color: approx Governor Bay. HEX triplet: 51, 58 and 85. RGB value is (81,88,133). Sum of RGB (Red+Green+Blue) = 81+88+133=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #515885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515885 is #AEA77A. Grayscale: #5A5A5A. Windows color (decimal): -11446139 or 8738897. OLE color: 8738897.

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

Color convert

RGB8188133-
CMYK0.390.3400.48
HSL231.92º24.3%41.96%-
HSV(B)231.92º39.1%52.16%-
XYZ11.1210.4223.62-
YUV91.04151.68120.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 133 (52.34% from 255) = 44.04%
R=26.82%
G=29.14%
B=44.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81881330.390.3400.48231.9224.341.96
Hex5158852722030e8182a
Octal12113020547420603503052
Binary101000110110001000010110011110001001100001110100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515885; }

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

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

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

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

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

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

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

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