#515A9B

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

Shades of Governor Bay #515A9B

Tints of Governor Bay #515A9B

Color information

#515A9B (or 0x515A9B) is unknown color: approx Governor Bay. HEX triplet: 51, 5A and 9B. RGB value is (81,90,155). Sum of RGB (Red+Green+Blue) = 81+90+155=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #515A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515A9B is #AEA564. Grayscale: #5E5E5E. Windows color (decimal): -11445605 or 10181201. OLE color: 10181201.

HSL color Cylindrical-coordinate representation of color #515A9B: hue angle of 232.7º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515A9B is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8190155-
CMYK0.480.4200.39
HSL232.7º31.36%46.27%-
HSV(B)232.7º47.74%60.78%-
XYZ12.9711.4332.53-
YUV94.72162.02118.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=24.85%
G=27.61%
B=47.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81901550.480.4200.39232.731.3646.27
Hex515A9B302A027e91f2e
Octal12113223360520473513756
Binary101000110110101001101111000010101001001111110100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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