Html Css Color HEX #544585 Gigas

📋 copy color: '#544585'

red 84 ◦ green 69 ◦ blue 133

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

Shades of Gigas #544585

Tints of Gigas #544585

RGB

 RED value IS 84 (33.2% from 255) = 29.37%

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

 BLUE value IS 133 (52.34% from 255) = 46.5%

R = 29.37%
G = 24.13%
B = 46.5%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#544585 (or 0x544585) is known color: Gigas. HEX triplet: 54, 45 and 85. RGB value is (84,69,133). Sum of RGB (Red+Green+Blue) = 84+69+133=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #544585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544585 is #ABBA7A. Grayscale: #505050. Windows color (decimal): -11254395 or 8734036. OLE color: 8734036.

HSL color Cylindrical-coordinate representation of color #544585: hue angle of 254.06º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #544585 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 69 133 -
CMYK 0.37 0.48 0 0.48
HSL 254.06º 0.32% 0.4% -
HSV(B) 254.06º 0.48% 0.52% -
XYZ 10.02 7.83 23.17 -
YUV 80.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 84 69 133 0.37 0.48 0 0.48 254.06 0.32 0.4
Hex 54 45 85 25 30 0 30 FE 20 28
Octal 124 105 205 45 60 0 60 376 40 50
Binary 1010100 1000101 10000101 100101 110000 0 110000 11111110 100000 101000

Color Harmonies of #544585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544585

Black with #544585

Text Example


Text Example

White with #544585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544585; }

 p { color: rgb(84,69,133); }

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

background-color css

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

 a { background-color: rgb(84,69,133); }

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

border-color css

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

 span { border-color: rgb(84,69,133); }

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