#515B9B

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

Shades of Governor Bay #515B9B

Tints of Governor Bay #515B9B

Color information

#515B9B (or 0x515B9B) is unknown color: approx Governor Bay. HEX triplet: 51, 5B and 9B. RGB value is (81,91,155). Sum of RGB (Red+Green+Blue) = 81+91+155=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #515B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515B9B is #AEA464. Grayscale: #5F5F5F. Windows color (decimal): -11445349 or 10181457. OLE color: 10181457.

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

Color convert

RGB8191155-
CMYK0.480.4100.39
HSL231.89º31.36%46.27%-
HSV(B)231.89º47.74%60.78%-
XYZ13.0511.632.56-
YUV95.31161.69117.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=24.77%
G=27.83%
B=47.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81911550.480.4100.39231.8931.3646.27
Hex515B9B3029027e81f2e
Octal12113323360510473503756
Binary101000110110111001101111000010100101001111110100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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