#515E9C

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

Shades of Governor Bay #515E9C

Tints of Governor Bay #515E9C

Color information

#515E9C (or 0x515E9C) is unknown color: approx Governor Bay. HEX triplet: 51, 5E and 9C. RGB value is (81,94,156). Sum of RGB (Red+Green+Blue) = 81+94+156=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #515E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515E9C is #AEA163. Grayscale: #606060. Windows color (decimal): -11444580 or 10247761. OLE color: 10247761.

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

Color convert

RGB8194156-
CMYK0.480.4000.39
HSL229.6º31.65%46.47%-
HSV(B)229.6º48.08%61.18%-
XYZ13.412.1633.09-
YUV97.18161.19116.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=24.47%
G=28.40%
B=47.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81941560.480.4000.39229.631.6546.47
Hex515E9C3028027e6202e
Octal12113623460500473464056
Binary1010001101111010011100110000101000010011111100110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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