#515F97

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

Shades of Governor Bay #515F97

Tints of Governor Bay #515F97

Color information

#515F97 (or 0x515F97) is unknown color: approx Governor Bay. HEX triplet: 51, 5F and 97. RGB value is (81,95,151). Sum of RGB (Red+Green+Blue) = 81+95+151=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #515F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F97 is #AEA068. Grayscale: #606060. Windows color (decimal): -11444329 or 9920337. OLE color: 9920337.

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

Color convert

RGB8195151-
CMYK0.460.3700.41
HSL228º30.17%45.49%-
HSV(B)228º46.36%59.22%-
XYZ13.0712.1730.94-
YUV97.2158.36116.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=24.77%
G=29.05%
B=46.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81951510.460.3700.4122830.1745.49
Hex515F972E25029e41e2d
Octal12113722756450513443655
Binary101000110111111001011110111010010101010011110010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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