#55437E

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

Shades of Gigas #55437E

Tints of Gigas #55437E

Color information

#55437E (or 0x55437E) is unknown color: approx Gigas. HEX triplet: 55, 43 and 7E. RGB value is (85,67,126). Sum of RGB (Red+Green+Blue) = 85+67+126=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #55437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55437E is #AABC81. Grayscale: #4E4E4E. Windows color (decimal): -11189378 or 8274773. OLE color: 8274773.

HSL color Cylindrical-coordinate representation of color #55437E: hue angle of 258.31º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55437E is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8567126-
CMYK0.330.4700.51
HSL258.31º30.57%37.84%-
HSV(B)258.31º46.83%49.41%-
XYZ9.527.4520.68-
YUV79.11154.46132.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 126 (49.61% from 255) = 45.32%
R=30.58%
G=24.10%
B=45.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85671260.330.4700.51258.3130.5737.84
Hex55437E212F0331021f26
Octal12510317641570634023746
Binary101010110000111111110100001101111011001110000001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55437E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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