Html Css Color HEX #554284 Gigas

📋 copy color: '#554284'

red 85 ◦ green 66 ◦ blue 132

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

Shades of Gigas #554284

Tints of Gigas #554284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 30.04%
G = 23.32%
B = 46.64%

CMYK

 C value IS 0.36

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#554284 (or 0x554284) is known color: Gigas. HEX triplet: 55, 42 and 84. RGB value is (85,66,132). Sum of RGB (Red+Green+Blue) = 85+66+132=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #554284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554284 is #AABD7B. Grayscale: #4E4E4E. Windows color (decimal): -11189628 or 8667733. OLE color: 8667733.

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

Color convert

RGB 85 66 132 -
CMYK 0.36 0.5 0 0.48
HSL 257.27º 0.33% 0.39% -
HSV(B) 257.27º 0.5% 0.52% -
XYZ 9.86 7.49 22.76 -
YUV 79.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 85 66 132 0.36 0.5 0 0.48 257.27 0.33 0.39
Hex 55 42 84 24 32 0 30 101 21 27
Octal 125 102 204 44 62 0 60 401 41 47
Binary 1010101 1000010 10000100 100100 110010 0 110000 100000001 100001 100111

Color Harmonies of #554284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554284

Black with #554284

Text Example


Text Example

White with #554284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554284; }

 p { color: rgb(85,66,132); }

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

background-color css

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

 a { background-color: rgb(85,66,132); }

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

border-color css

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

 span { border-color: rgb(85,66,132); }

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