#55437C

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

Shades of Gigas #55437C

Tints of Gigas #55437C

Color information

#55437C (or 0x55437C) is unknown color: approx Gigas. HEX triplet: 55, 43 and 7C. RGB value is (85,67,124). Sum of RGB (Red+Green+Blue) = 85+67+124=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #55437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55437C is #AABC83. Grayscale: #4E4E4E. Windows color (decimal): -11189380 or 8143701. OLE color: 8143701.

HSL color Cylindrical-coordinate representation of color #55437C: hue angle of 258.95º 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 #55437C is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8567124-
CMYK0.310.4600.51
HSL258.95º29.84%37.45%-
HSV(B)258.95º45.97%48.63%-
XYZ9.397.420-
YUV78.88153.46132.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=30.80%
G=24.28%
B=44.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85671240.310.4600.51258.9529.8437.45
Hex55437C1F2E0331031e25
Octal12510317437560634033645
Binary10101011000011111110011111101110011001110000001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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