Html Css Color HEX #544CAC Rich Blue

📋 copy color: '#544CAC'

red 84 ◦ green 76 ◦ blue 172

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

Shades of Rich Blue #544CAC

Tints of Rich Blue #544CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 25.3%
G = 22.89%
B = 51.81%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#544CAC (or 0x544CAC) is known color: Rich Blue. HEX triplet: 54, 4C and AC. RGB value is (84,76,172). Sum of RGB (Red+Green+Blue) = 84+76+172=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #544CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544CAC is #ABB353. Grayscale: #585858. Windows color (decimal): -11252564 or 11291732. OLE color: 11291732.

HSL color Cylindrical-coordinate representation of color #544CAC: hue angle of 245º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544CAC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 76 172 -
CMYK 0.51 0.56 0 0.33
HSL 245º 0.39% 0.49% -
HSV(B) 245º 0.56% 0.67% -
XYZ 13.69 10.03 40.24 -
YUV 89.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 84 76 172 0.51 0.56 0 0.33 245 0.39 0.49
Hex 54 4C AC 33 38 0 21 F5 27 31
Octal 124 114 254 63 70 0 41 365 47 61
Binary 1010100 1001100 10101100 110011 111000 0 100001 11110101 100111 110001

Color Harmonies of #544CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544CAC

Black with #544CAC

Text Example


Text Example

White with #544CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544CAC; }

 p { color: rgb(84,76,172); }

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

background-color css

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

 a { background-color: rgb(84,76,172); }

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

border-color css

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

 span { border-color: rgb(84,76,172); }

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