#515795

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

Shades of Governor Bay #515795

Tints of Governor Bay #515795

Color information

#515795 (or 0x515795) is unknown color: approx Governor Bay. HEX triplet: 51, 57 and 95. RGB value is (81,87,149). Sum of RGB (Red+Green+Blue) = 81+87+149=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #515795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515795 is #AEA86A. Grayscale: #5C5C5C. Windows color (decimal): -11446379 or 9787217. OLE color: 9787217.

HSL color Cylindrical-coordinate representation of color #515795: hue angle of 234.71º 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 #515795 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8187149-
CMYK0.460.4200.42
HSL234.71º29.57%45.1%-
HSV(B)234.71º45.64%58.43%-
XYZ12.2310.7429.86-
YUV92.27160.01119.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=25.55%
G=27.44%
B=47.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81871490.460.4200.42234.7129.5745.1
Hex5157952E2A02Aeb1e2d
Octal12112722556520523533655
Binary101000110101111001010110111010101001010101110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515795; }

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

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

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

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

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

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

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

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