#515D8E

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

Shades of Governor Bay #515D8E

Tints of Governor Bay #515D8E

Color information

#515D8E (or 0x515D8E) is unknown color: approx Governor Bay. HEX triplet: 51, 5D and 8E. RGB value is (81,93,142). Sum of RGB (Red+Green+Blue) = 81+93+142=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #515D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D8E is #AEA271. Grayscale: #5E5E5E. Windows color (decimal): -11444850 or 9330001. OLE color: 9330001.

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

Color convert

RGB8193142-
CMYK0.430.3500.44
HSL228.2º27.35%43.73%-
HSV(B)228.2º42.96%55.69%-
XYZ12.1911.5327.17-
YUV95154.52118.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=25.63%
G=29.43%
B=44.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81931420.430.3500.44228.227.3543.73
Hex515D8E2B2302Ce41b2c
Octal12113521653430543443354
Binary101000110111011000111010101110001101011001110010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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