Html Css Color HEX #554382 Gigas

📋 copy color: '#554382'

red 85 ◦ green 67 ◦ blue 130

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

Shades of Gigas #554382

Tints of Gigas #554382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 30.14%
G = 23.76%
B = 46.1%

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

#554382 (or 0x554382) is known color: Gigas. HEX triplet: 55, 43 and 82. RGB value is (85,67,130). Sum of RGB (Red+Green+Blue) = 85+67+130=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #554382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554382 is #AABC7D. Grayscale: #4F4F4F. Windows color (decimal): -11189374 or 8536917. OLE color: 8536917.

HSL color Cylindrical-coordinate representation of color #554382: hue angle of 257.14º 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 #554382 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 67 130 -
CMYK 0.35 0.48 0 0.49
HSL 257.14º 0.32% 0.39% -
HSV(B) 257.14º 0.48% 0.51% -
XYZ 9.78 7.56 22.06 -
YUV 79.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 85 67 130 0.35 0.48 0 0.49 257.14 0.32 0.39
Hex 55 43 82 23 30 0 31 101 20 27
Octal 125 103 202 43 60 0 61 401 40 47
Binary 1010101 1000011 10000010 100011 110000 0 110001 100000001 100000 100111

Color Harmonies of #554382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554382

Black with #554382

Text Example


Text Example

White with #554382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554382; }

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

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

background-color css

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

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

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

border-color css

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

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

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