#515D8C

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

Shades of Governor Bay #515D8C

Tints of Governor Bay #515D8C

Color information

#515D8C (or 0x515D8C) is unknown color: approx Governor Bay. HEX triplet: 51, 5D and 8C. RGB value is (81,93,140). Sum of RGB (Red+Green+Blue) = 81+93+140=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #515D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D8C is #AEA273. Grayscale: #5E5E5E. Windows color (decimal): -11444852 or 9198929. OLE color: 9198929.

HSL color Cylindrical-coordinate representation of color #515D8C: hue angle of 227.8º 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 #515D8C is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8193140-
CMYK0.420.3400.45
HSL227.8º26.7%43.33%-
HSV(B)227.8º42.14%54.9%-
XYZ12.0411.4726.39-
YUV94.77153.52118.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=25.80%
G=29.62%
B=44.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81931400.420.3400.45227.826.743.33
Hex515D8C2A2202De41b2b
Octal12113521452420553443353
Binary101000110111011000110010101010001001011011110010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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