#515A9C

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

Shades of Governor Bay #515A9C

Tints of Governor Bay #515A9C

Color information

#515A9C (or 0x515A9C) is unknown color: approx Governor Bay. HEX triplet: 51, 5A and 9C. RGB value is (81,90,156). Sum of RGB (Red+Green+Blue) = 81+90+156=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #515A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515A9C is #AEA563. Grayscale: #5E5E5E. Windows color (decimal): -11445604 or 10246737. OLE color: 10246737.

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

Color convert

RGB8190156-
CMYK0.480.4200.39
HSL232.8º31.65%46.47%-
HSV(B)232.8º48.08%61.18%-
XYZ13.0511.4632.98-
YUV94.83162.52118.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=24.77%
G=27.52%
B=47.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81901560.480.4200.39232.831.6546.47
Hex515A9C302A027e9202e
Octal12113223460520473514056
Binary1010001101101010011100110000101010010011111101001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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