#51437C

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

Shades of Gigas #51437C

Tints of Gigas #51437C

Color information

#51437C (or 0x51437C) is unknown color: approx Gigas. HEX triplet: 51, 43 and 7C. RGB value is (81,67,124). Sum of RGB (Red+Green+Blue) = 81+67+124=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #51437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51437C is #AEBC83. Grayscale: #4D4D4D. Windows color (decimal): -11451524 or 8143697. OLE color: 8143697.

HSL color Cylindrical-coordinate representation of color #51437C: hue angle of 254.74º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51437C is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8167124-
CMYK0.350.4600.51
HSL254.74º29.84%37.45%-
HSV(B)254.74º45.97%48.63%-
XYZ9.047.2219.99-
YUV77.68154.14130.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=29.78%
G=24.63%
B=45.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81671240.350.4600.51254.7429.8437.45
Hex51437C232E033ff1e25
Octal12110317443560633773645
Binary10100011000011111110010001110111001100111111111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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