#515197

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

Shades of Governor Bay #515197

Tints of Governor Bay #515197

Color information

#515197 (or 0x515197) is unknown color: approx Governor Bay. HEX triplet: 51, 51 and 97. RGB value is (81,81,151). Sum of RGB (Red+Green+Blue) = 81+81+151=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #515197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515197 is #AEAE68. Grayscale: #585858. Windows color (decimal): -11447913 or 9916753. OLE color: 9916753.

HSL color Cylindrical-coordinate representation of color #515197: hue angle of 240º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #515197 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8181151-
CMYK0.460.4600.41
HSL240º30.17%45.49%-
HSV(B)240º46.36%59.22%-
XYZ11.929.8730.55-
YUV88.98163122.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 151 (59.38% from 255) = 48.24%
R=25.88%
G=25.88%
B=48.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81811510.460.4600.4124030.1745.49
Hex5151972E2E029f01e2d
Octal12112122756560513603655
Binary101000110100011001011110111010111001010011111000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515197; }

 p { color: rgb(81,81,151); }

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

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

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

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

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

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

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