Html Css Color HEX #544FCC Slate Blue

📋 copy color: '#544FCC'

red 84 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #544FCC

Tints of Slate Blue #544FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.53%

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 22.89%
G = 21.53%
B = 55.59%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#544FCC (or 0x544FCC) is known color: Slate Blue. HEX triplet: 54, 4F and CC. RGB value is (84,79,204). Sum of RGB (Red+Green+Blue) = 84+79+204=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #544FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544FCC is #ABB033. Grayscale: #5E5E5E. Windows color (decimal): -11251764 or 13389652. OLE color: 13389652.

HSL color Cylindrical-coordinate representation of color #544FCC: hue angle of 242.4º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544FCC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 79 204 -
CMYK 0.59 0.61 0 0.2
HSL 242.4º 0.55% 0.55% -
HSV(B) 242.4º 0.61% 0.8% -
XYZ 17.35 11.84 58.5 -
YUV 94.75 189.66 120.34 -
System Red Green Blue C M Y K H S L
Decimal 84 79 204 0.59 0.61 0 0.2 242.4 0.55 0.55
Hex 54 4F CC 3B 3D 0 14 F2 37 37
Octal 124 117 314 73 75 0 24 362 67 67
Binary 1010100 1001111 11001100 111011 111101 0 10100 11110010 110111 110111

Color Harmonies of #544FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544FCC

Black with #544FCC

Text Example


Text Example

White with #544FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,79,204); }

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

background-color css

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

 a { background-color: rgb(84,79,204); }

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

border-color css

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

 span { border-color: rgb(84,79,204); }

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