Html Css Color HEX #554080 Gigas

📋 copy color: '#554080'

red 85 ◦ green 64 ◦ blue 128

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

Shades of Gigas #554080

Tints of Gigas #554080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 30.69%
G = 23.1%
B = 46.21%

CMYK

 C value IS 0.34

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#554080 (or 0x554080) is known color: Gigas. HEX triplet: 55, 40 and 80. RGB value is (85,64,128). Sum of RGB (Red+Green+Blue) = 85+64+128=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #554080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554080 is #AABF7F. Grayscale: #4D4D4D. Windows color (decimal): -11190144 or 8405077. OLE color: 8405077.

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

Color convert

RGB 85 64 128 -
CMYK 0.34 0.5 0 0.50
HSL 259.69º 0.33% 0.38% -
HSV(B) 259.69º 0.5% 0.5% -
XYZ 9.48 7.16 21.3 -
YUV 77.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 85 64 128 0.34 0.5 0 0.50 259.69 0.33 0.38
Hex 55 40 80 22 32 0 32 104 21 26
Octal 125 100 200 42 62 0 62 404 41 46
Binary 1010101 1000000 10000000 100010 110010 0 110010 100000100 100001 100110

Color Harmonies of #554080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554080

Black with #554080

Text Example


Text Example

White with #554080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554080; }

 p { color: rgb(85,64,128); }

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

background-color css

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

 a { background-color: rgb(85,64,128); }

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

border-color css

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

 span { border-color: rgb(85,64,128); }

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