Html Css Color HEX #554184 Gigas

📋 copy color: '#554184'

red 85 ◦ green 65 ◦ blue 132

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

Shades of Gigas #554184

Tints of Gigas #554184

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 30.14%
G = 23.05%
B = 46.81%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#554184 (or 0x554184) is known color: Gigas. HEX triplet: 55, 41 and 84. RGB value is (85,65,132). Sum of RGB (Red+Green+Blue) = 85+65+132=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #554184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554184 is #AABE7B. Grayscale: #4E4E4E. Windows color (decimal): -11189884 or 8667477. OLE color: 8667477.

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

Color convert

RGB 85 65 132 -
CMYK 0.36 0.51 0 0.48
HSL 257.91º 0.34% 0.39% -
HSV(B) 257.91º 0.51% 0.52% -
XYZ 9.8 7.38 22.74 -
YUV 78.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 85 65 132 0.36 0.51 0 0.48 257.91 0.34 0.39
Hex 55 41 84 24 33 0 30 102 22 27
Octal 125 101 204 44 63 0 60 402 42 47
Binary 1010101 1000001 10000100 100100 110011 0 110000 100000010 100010 100111

Color Harmonies of #554184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554184

Black with #554184

Text Example


Text Example

White with #554184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554184; }

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

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

background-color css

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

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

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

border-color css

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

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

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