Html Css Color HEX #554594 Gigas

📋 copy color: '#554594'

red 85 ◦ green 69 ◦ blue 148

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

Shades of Gigas #554594

Tints of Gigas #554594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 28.15%
G = 22.85%
B = 49.01%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554594 (or 0x554594) is known color: Gigas. HEX triplet: 55, 45 and 94. RGB value is (85,69,148). Sum of RGB (Red+Green+Blue) = 85+69+148=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #554594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554594 is #AABA6B. Grayscale: #525252. Windows color (decimal): -11188844 or 9717077. OLE color: 9717077.

HSL color Cylindrical-coordinate representation of color #554594: hue angle of 252.15º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #554594 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 69 148 -
CMYK 0.43 0.53 0 0.42
HSL 252.15º 0.36% 0.43% -
HSV(B) 252.15º 0.53% 0.58% -
XYZ 11.22 8.33 29.03 -
YUV 82.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 85 69 148 0.43 0.53 0 0.42 252.15 0.36 0.43
Hex 55 45 94 2B 35 0 2A FC 24 2B
Octal 125 105 224 53 65 0 52 374 44 53
Binary 1010101 1000101 10010100 101011 110101 0 101010 11111100 100100 101011

Color Harmonies of #554594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554594

Black with #554594

Text Example


Text Example

White with #554594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554594; }

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

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

background-color css

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

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

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

border-color css

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

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

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