Html Css Color HEX #554487 Gigas

📋 copy color: '#554487'

red 85 ◦ green 68 ◦ blue 135

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

Shades of Gigas #554487

Tints of Gigas #554487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 29.51%
G = 23.61%
B = 46.88%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#554487 (or 0x554487) is known color: Gigas. HEX triplet: 55, 44 and 87. RGB value is (85,68,135). Sum of RGB (Red+Green+Blue) = 85+68+135=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #554487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554487 is #AABB78. Grayscale: #505050. Windows color (decimal): -11189113 or 8864853. OLE color: 8864853.

HSL color Cylindrical-coordinate representation of color #554487: hue angle of 255.22º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #554487 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 68 135 -
CMYK 0.37 0.50 0 0.47
HSL 255.22º 0.33% 0.4% -
HSV(B) 255.22º 0.5% 0.53% -
XYZ 10.19 7.81 23.89 -
YUV 80.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 85 68 135 0.37 0.50 0 0.47 255.22 0.33 0.4
Hex 55 44 87 25 32 0 2F FF 21 28
Octal 125 104 207 45 62 0 57 377 41 50
Binary 1010101 1000100 10000111 100101 110010 0 101111 11111111 100001 101000

Color Harmonies of #554487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554487

Black with #554487

Text Example


Text Example

White with #554487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554487; }

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

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

background-color css

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

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

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

border-color css

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

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

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