#515FA4

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

Shades of Governor Bay #515FA4

Tints of Governor Bay #515FA4

Color information

#515FA4 (or 0x515FA4) is unknown color: approx Governor Bay. HEX triplet: 51, 5F and A4. RGB value is (81,95,164). Sum of RGB (Red+Green+Blue) = 81+95+164=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #515FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515FA4 is #AEA05B. Grayscale: #626262. Windows color (decimal): -11444316 or 10772305. OLE color: 10772305.

HSL color Cylindrical-coordinate representation of color #515FA4: hue angle of 229.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #515FA4 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8195164-
CMYK0.510.4200.36
HSL229.88º33.88%48.04%-
HSV(B)229.88º50.61%64.31%-
XYZ14.1912.6136.81-
YUV98.68164.86115.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 164 (64.45% from 255) = 48.24%
R=23.82%
G=27.94%
B=48.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81951640.510.4200.36229.8833.8848.04
Hex515FA4332A024e62230
Octal12113724463520443464260
Binary1010001101111110100100110011101010010010011100110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515FA4; }

 p { color: rgb(81,95,164); }

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

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

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

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

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

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

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