Html Css Color HEX #554592 Gigas

📋 copy color: '#554592'

red 85 ◦ green 69 ◦ blue 146

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

Shades of Gigas #554592

Tints of Gigas #554592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 28.33%
G = 23%
B = 48.67%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#554592 (or 0x554592) is known color: Gigas. HEX triplet: 55, 45 and 92. RGB value is (85,69,146). Sum of RGB (Red+Green+Blue) = 85+69+146=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #554592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554592 is #AABA6D. Grayscale: #525252. Windows color (decimal): -11188846 or 9586005. OLE color: 9586005.

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

Color convert

RGB 85 69 146 -
CMYK 0.42 0.53 0 0.43
HSL 252.47º 0.36% 0.42% -
HSV(B) 252.47º 0.53% 0.57% -
XYZ 11.06 8.26 28.21 -
YUV 82.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 85 69 146 0.42 0.53 0 0.43 252.47 0.36 0.42
Hex 55 45 92 2A 35 0 2B FC 24 2A
Octal 125 105 222 52 65 0 53 374 44 52
Binary 1010101 1000101 10010010 101010 110101 0 101011 11111100 100100 101010

Color Harmonies of #554592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554592

Black with #554592

Text Example


Text Example

White with #554592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554592; }

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

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

background-color css

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

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

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

border-color css

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

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

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