Html Css Color HEX #553E85 Gigas

📋 copy color: '#553E85'

red 85 ◦ green 62 ◦ blue 133

#553E85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #553E85

Tints of Gigas #553E85

RGB

 RED value IS 85 (33.59% from 255) = 30.36%

 GREEN value IS 62 (24.61% from 255) = 22.14%

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 30.36%
G = 22.14%
B = 47.5%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#553E85 (or 0x553E85) is known color: Gigas. HEX triplet: 55, 3E and 85. RGB value is (85,62,133). Sum of RGB (Red+Green+Blue) = 85+62+133=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #553E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553E85 is #AAC17A. Grayscale: #4C4C4C. Windows color (decimal): -11190651 or 8732245. OLE color: 8732245.

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

Color convert

RGB 85 62 133 -
CMYK 0.36 0.53 0 0.48
HSL 259.44º 0.36% 0.38% -
HSV(B) 259.44º 0.53% 0.52% -
XYZ 9.7 7.07 23.04 -
YUV 76.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 85 62 133 0.36 0.53 0 0.48 259.44 0.36 0.38
Hex 55 3E 85 24 35 0 30 103 24 26
Octal 125 76 205 44 65 0 60 403 44 46
Binary 1010101 111110 10000101 100100 110101 0 110000 100000011 100100 100110

Color Harmonies of #553E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E85

Black with #553E85

Text Example


Text Example

White with #553E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,62,133); }

 H1.HeaderClassName
 {
   color: #553E85;
 }
 .AnyTagClassName
 {
   color: #553E85;
 }
</style>

background-color css

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

 a { background-color: rgb(85,62,133); }

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

border-color css

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

 span { border-color: rgb(85,62,133); }

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