#51437A

Color #51437A Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #51437A

Tints of Gigas #51437A

Color information

#51437A (or 0x51437A) is unknown color: approx Gigas. HEX triplet: 51, 43 and 7A. RGB value is (81,67,122). Sum of RGB (Red+Green+Blue) = 81+67+122=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #51437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51437A is #AEBC85. Grayscale: #4D4D4D. Windows color (decimal): -11451526 or 8012625. OLE color: 8012625.

HSL color Cylindrical-coordinate representation of color #51437A: hue angle of 255.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51437A is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8167122-
CMYK0.340.4500.52
HSL255.27º29.1%37.06%-
HSV(B)255.27º45.08%47.84%-
XYZ8.917.1719.33-
YUV77.46153.14130.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=30%
G=24.81%
B=45.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81671220.340.4500.52255.2729.137.06
Hex51437A222D034ff1d25
Octal12110317242550643773545
Binary10100011000011111101010001010110101101001111111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51437A; }

 p { color: rgb(81,67,122); }

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

<style>
 a { background-color: #51437A; }

 a { background-color: rgb(81,67,122); }

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

<style>
 span { border-color: #51437A; }

 span { border-color: rgb(81,67,122); }

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