#515B8C

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

Shades of Governor Bay #515B8C

Tints of Governor Bay #515B8C

Color information

#515B8C (or 0x515B8C) is unknown color: approx Governor Bay. HEX triplet: 51, 5B and 8C. RGB value is (81,91,140). Sum of RGB (Red+Green+Blue) = 81+91+140=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #515B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515B8C is #AEA473. Grayscale: #5D5D5D. Windows color (decimal): -11445364 or 9198417. OLE color: 9198417.

HSL color Cylindrical-coordinate representation of color #515B8C: hue angle of 229.83º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #515B8C is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8191140-
CMYK0.420.3500.45
HSL229.83º26.7%43.33%-
HSV(B)229.83º42.14%54.9%-
XYZ11.8711.1226.33-
YUV93.6154.19119.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=25.96%
G=29.17%
B=44.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81911400.420.3500.45229.8326.743.33
Hex515B8C2A2302De61b2b
Octal12113321452430553463353
Binary101000110110111000110010101010001101011011110011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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