#515295

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

Shades of Governor Bay #515295

Tints of Governor Bay #515295

Color information

#515295 (or 0x515295) is unknown color: approx Governor Bay. HEX triplet: 51, 52 and 95. RGB value is (81,82,149). Sum of RGB (Red+Green+Blue) = 81+82+149=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #515295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515295 is #AEAD6A. Grayscale: #595959. Windows color (decimal): -11447659 or 9785937. OLE color: 9785937.

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

Color convert

RGB8182149-
CMYK0.460.4500.42
HSL239.12º29.57%45.1%-
HSV(B)239.12º45.64%58.43%-
XYZ11.849.9529.73-
YUV89.34161.67122.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 149 (58.59% from 255) = 47.76%
R=25.96%
G=26.28%
B=47.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81821490.460.4500.42239.1229.5745.1
Hex5152952E2D02Aef1e2d
Octal12112222556550523573655
Binary101000110100101001010110111010110101010101110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515295; }

 p { color: rgb(81,82,149); }

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

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

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

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

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

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

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