#515E93

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

Shades of Governor Bay #515E93

Tints of Governor Bay #515E93

Color information

#515E93 (or 0x515E93) is unknown color: approx Governor Bay. HEX triplet: 51, 5E and 93. RGB value is (81,94,147). Sum of RGB (Red+Green+Blue) = 81+94+147=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #515E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515E93 is #AEA16C. Grayscale: #5F5F5F. Windows color (decimal): -11444589 or 9657937. OLE color: 9657937.

HSL color Cylindrical-coordinate representation of color #515E93: hue angle of 228.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #515E93 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8194147-
CMYK0.450.3600.42
HSL228.18º28.95%44.71%-
HSV(B)228.18º44.9%57.65%-
XYZ12.6611.8629.23-
YUV96.15156.69117.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=25.16%
G=29.19%
B=45.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81941470.450.3600.42228.1828.9544.71
Hex515E932D2402Ae41d2d
Octal12113622355440523443555
Binary101000110111101001001110110110010001010101110010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,94,147); }

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

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

 a { background-color: rgb(81,94,147); }

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

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

 span { border-color: rgb(81,94,147); }

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