#553D84

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

Shades of Gigas #553D84

Tints of Gigas #553D84

Color information

#553D84 (or 0x553D84) is unknown color: approx Gigas. HEX triplet: 55, 3D and 84. RGB value is (85,61,132). Sum of RGB (Red+Green+Blue) = 85+61+132=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #553D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553D84 is #AAC27B. Grayscale: #4C4C4C. Windows color (decimal): -11190908 or 8666453. OLE color: 8666453.

HSL color Cylindrical-coordinate representation of color #553D84: hue angle of 260.28º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #553D84 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8561132-
CMYK0.360.5400.48
HSL260.28º36.79%37.84%-
HSV(B)260.28º53.79%51.76%-
XYZ9.586.9322.66-
YUV76.27159.45134.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 61 (24.22% from 255) = 21.94%
BLUE value IS 132 (51.95% from 255) = 47.48%
R=30.58%
G=21.94%
B=47.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85611320.360.5400.48260.2836.7937.84
Hex553D8424360301042526
Octal1257520444660604044546
Binary1010101111101100001001001001101100110000100000100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553D84; }

 p { color: rgb(85,61,132); }

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

<style>
 a { background-color: #553D84; }

 a { background-color: rgb(85,61,132); }

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

<style>
 span { border-color: #553D84; }

 span { border-color: rgb(85,61,132); }

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