Html Css Color HEX #554582 Gigas

📋 copy color: '#554582'

red 85 ◦ green 69 ◦ blue 130

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

Shades of Gigas #554582

Tints of Gigas #554582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

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

R = 29.93%
G = 24.3%
B = 45.77%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#554582 (or 0x554582) is known color: Gigas. HEX triplet: 55, 45 and 82. RGB value is (85,69,130). Sum of RGB (Red+Green+Blue) = 85+69+130=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #554582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554582 is #AABA7D. Grayscale: #505050. Windows color (decimal): -11188862 or 8537429. OLE color: 8537429.

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

Color convert

RGB 85 69 130 -
CMYK 0.35 0.47 0 0.49
HSL 255.74º 0.31% 0.39% -
HSV(B) 255.74º 0.47% 0.51% -
XYZ 9.9 7.8 22.1 -
YUV 80.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 85 69 130 0.35 0.47 0 0.49 255.74 0.31 0.39
Hex 55 45 82 23 2F 0 31 100 1F 27
Octal 125 105 202 43 57 0 61 400 37 47
Binary 1010101 1000101 10000010 100011 101111 0 110001 100000000 11111 100111

Color Harmonies of #554582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554582

Black with #554582

Text Example


Text Example

White with #554582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554582; }

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

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

background-color css

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

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

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

border-color css

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

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

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