Html Css Color HEX #554492 Gigas

📋 copy color: '#554492'

red 85 ◦ green 68 ◦ blue 146

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

Shades of Gigas #554492

Tints of Gigas #554492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 28.43%
G = 22.74%
B = 48.83%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#554492 (or 0x554492) is known color: Gigas. HEX triplet: 55, 44 and 92. RGB value is (85,68,146). Sum of RGB (Red+Green+Blue) = 85+68+146=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #554492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554492 is #AABB6D. Grayscale: #515151. Windows color (decimal): -11189102 or 9585749. OLE color: 9585749.

HSL color Cylindrical-coordinate representation of color #554492: hue angle of 253.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #554492 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 68 146 -
CMYK 0.42 0.53 0 0.43
HSL 253.08º 0.36% 0.42% -
HSV(B) 253.08º 0.53% 0.57% -
XYZ 11 8.14 28.19 -
YUV 81.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 85 68 146 0.42 0.53 0 0.43 253.08 0.36 0.42
Hex 55 44 92 2A 35 0 2B FD 24 2A
Octal 125 104 222 52 65 0 53 375 44 52
Binary 1010101 1000100 10010010 101010 110101 0 101011 11111101 100100 101010

Color Harmonies of #554492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554492

Black with #554492

Text Example


Text Example

White with #554492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554492; }

 p { color: rgb(85,68,146); }

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

background-color css

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

 a { background-color: rgb(85,68,146); }

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

border-color css

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

 span { border-color: rgb(85,68,146); }

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