Html Css Color HEX #554488 Gigas

📋 copy color: '#554488'

red 85 ◦ green 68 ◦ blue 136

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

Shades of Gigas #554488

Tints of Gigas #554488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.06%

R = 29.41%
G = 23.53%
B = 47.06%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#554488 (or 0x554488) is known color: Gigas. HEX triplet: 55, 44 and 88. RGB value is (85,68,136). Sum of RGB (Red+Green+Blue) = 85+68+136=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #554488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554488 is #AABB77. Grayscale: #505050. Windows color (decimal): -11189112 or 8930389. OLE color: 8930389.

HSL color Cylindrical-coordinate representation of color #554488: hue angle of 255º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #554488 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 68 136 -
CMYK 0.38 0.50 0 0.47
HSL 255º 0.33% 0.4% -
HSV(B) 255º 0.5% 0.53% -
XYZ 10.26 7.84 24.27 -
YUV 80.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 85 68 136 0.38 0.50 0 0.47 255 0.33 0.4
Hex 55 44 88 26 32 0 2F FF 21 28
Octal 125 104 210 46 62 0 57 377 41 50
Binary 1010101 1000100 10001000 100110 110010 0 101111 11111111 100001 101000

Color Harmonies of #554488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554488

Black with #554488

Text Example


Text Example

White with #554488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554488; }

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

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

background-color css

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

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

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

border-color css

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

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

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