Html Css Color HEX #554483 Gigas

📋 copy color: '#554483'

red 85 ◦ green 68 ◦ blue 131

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

Shades of Gigas #554483

Tints of Gigas #554483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 29.93%
G = 23.94%
B = 46.13%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#554483 (or 0x554483) is known color: Gigas. HEX triplet: 55, 44 and 83. RGB value is (85,68,131). Sum of RGB (Red+Green+Blue) = 85+68+131=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #554483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554483 is #AABB7C. Grayscale: #505050. Windows color (decimal): -11189117 or 8602709. OLE color: 8602709.

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

Color convert

RGB 85 68 131 -
CMYK 0.35 0.48 0 0.49
HSL 256.19º 0.32% 0.39% -
HSV(B) 256.19º 0.48% 0.51% -
XYZ 9.91 7.7 22.44 -
YUV 80.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 85 68 131 0.35 0.48 0 0.49 256.19 0.32 0.39
Hex 55 44 83 23 30 0 31 100 20 27
Octal 125 104 203 43 60 0 61 400 40 47
Binary 1010101 1000100 10000011 100011 110000 0 110001 100000000 100000 100111

Color Harmonies of #554483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554483

Black with #554483

Text Example


Text Example

White with #554483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554483; }

 p { color: rgb(85,68,131); }

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

background-color css

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

 a { background-color: rgb(85,68,131); }

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

border-color css

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

 span { border-color: rgb(85,68,131); }

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