Html Css Color HEX #554378 Gigas

📋 copy color: '#554378'

red 85 ◦ green 67 ◦ blue 120

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

Shades of Gigas #554378

Tints of Gigas #554378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

 BLUE value IS 120 (47.27% from 255) = 44.12%

R = 31.25%
G = 24.63%
B = 44.12%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#554378 (or 0x554378) is known color: Gigas. HEX triplet: 55, 43 and 78. RGB value is (85,67,120). Sum of RGB (Red+Green+Blue) = 85+67+120=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #554378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554378 is #AABC87. Grayscale: #4E4E4E. Windows color (decimal): -11189384 or 7881557. OLE color: 7881557.

HSL color Cylindrical-coordinate representation of color #554378: hue angle of 260.38º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554378 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 67 120 -
CMYK 0.29 0.44 0 0.53
HSL 260.38º 0.28% 0.37% -
HSV(B) 260.38º 0.44% 0.47% -
XYZ 9.14 7.3 18.7 -
YUV 78.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 85 67 120 0.29 0.44 0 0.53 260.38 0.28 0.37
Hex 55 43 78 1D 2C 0 35 104 1C 25
Octal 125 103 170 35 54 0 65 404 34 45
Binary 1010101 1000011 1111000 11101 101100 0 110101 100000100 11100 100101

Color Harmonies of #554378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554378

Black with #554378

Text Example


Text Example

White with #554378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554378; }

 p { color: rgb(85,67,120); }

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

background-color css

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

 a { background-color: rgb(85,67,120); }

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

border-color css

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

 span { border-color: rgb(85,67,120); }

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