Html Css Color HEX #554590 Gigas

📋 copy color: '#554590'

red 85 ◦ green 69 ◦ blue 144

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

Shades of Gigas #554590

Tints of Gigas #554590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.32%

R = 28.52%
G = 23.15%
B = 48.32%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#554590 (or 0x554590) is known color: Gigas. HEX triplet: 55, 45 and 90. RGB value is (85,69,144). Sum of RGB (Red+Green+Blue) = 85+69+144=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #554590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554590 is #AABA6F. Grayscale: #525252. Windows color (decimal): -11188848 or 9454933. OLE color: 9454933.

HSL color Cylindrical-coordinate representation of color #554590: hue angle of 252.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554590 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 69 144 -
CMYK 0.41 0.52 0 0.44
HSL 252.8º 0.35% 0.42% -
HSV(B) 252.8º 0.52% 0.56% -
XYZ 10.91 8.2 27.39 -
YUV 82.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 85 69 144 0.41 0.52 0 0.44 252.8 0.35 0.42
Hex 55 45 90 29 34 0 2C FD 23 2A
Octal 125 105 220 51 64 0 54 375 43 52
Binary 1010101 1000101 10010000 101001 110100 0 101100 11111101 100011 101010

Color Harmonies of #554590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554590

Black with #554590

Text Example


Text Example

White with #554590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554590; }

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

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

background-color css

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

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

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

border-color css

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

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

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