Html Css Color HEX #554186 Gigas

📋 copy color: '#554186'

red 85 ◦ green 65 ◦ blue 134

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

Shades of Gigas #554186

Tints of Gigas #554186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 47.18%

R = 29.93%
G = 22.89%
B = 47.18%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#554186 (or 0x554186) is known color: Gigas. HEX triplet: 55, 41 and 86. RGB value is (85,65,134). Sum of RGB (Red+Green+Blue) = 85+65+134=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #554186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554186 is #AABE79. Grayscale: #4E4E4E. Windows color (decimal): -11189882 or 8798549. OLE color: 8798549.

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

Color convert

RGB 85 65 134 -
CMYK 0.37 0.51 0 0.47
HSL 257.39º 0.35% 0.39% -
HSV(B) 257.39º 0.51% 0.53% -
XYZ 9.94 7.43 23.47 -
YUV 78.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 85 65 134 0.37 0.51 0 0.47 257.39 0.35 0.39
Hex 55 41 86 25 33 0 2F 101 23 27
Octal 125 101 206 45 63 0 57 401 43 47
Binary 1010101 1000001 10000110 100101 110011 0 101111 100000001 100011 100111

Color Harmonies of #554186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554186

Black with #554186

Text Example


Text Example

White with #554186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554186; }

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

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

background-color css

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

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

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

border-color css

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

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

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