#515A9D

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

Shades of Governor Bay #515A9D

Tints of Governor Bay #515A9D

Color information

#515A9D (or 0x515A9D) is unknown color: approx Governor Bay. HEX triplet: 51, 5A and 9D. RGB value is (81,90,157). Sum of RGB (Red+Green+Blue) = 81+90+157=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #515A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515A9D is #AEA562. Grayscale: #5E5E5E. Windows color (decimal): -11445603 or 10312273. OLE color: 10312273.

HSL color Cylindrical-coordinate representation of color #515A9D: hue angle of 232.89º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515A9D is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8190157-
CMYK0.480.4300.38
HSL232.89º31.93%46.67%-
HSV(B)232.89º48.41%61.57%-
XYZ13.1411.533.42-
YUV94.95163.02118.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=24.70%
G=27.44%
B=47.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81901570.480.4300.38232.8931.9346.67
Hex515A9D302B026e9202f
Octal12113223560530463514057
Binary1010001101101010011101110000101011010011011101001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,90,157); }

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

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

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

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

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

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

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