Html Css Color HEX #544CCB Slate Blue

📋 copy color: '#544CCB'

red 84 ◦ green 76 ◦ blue 203

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

Shades of Slate Blue #544CCB

Tints of Slate Blue #544CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 23.14%
G = 20.94%
B = 55.92%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#544CCB (or 0x544CCB) is known color: Slate Blue. HEX triplet: 54, 4C and CB. RGB value is (84,76,203). Sum of RGB (Red+Green+Blue) = 84+76+203=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #544CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544CCB is #ABB334. Grayscale: #5C5C5C. Windows color (decimal): -11252533 or 13323348. OLE color: 13323348.

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

Color convert

RGB 84 76 203 -
CMYK 0.59 0.63 0 0.20
HSL 243.78º 0.55% 0.55% -
HSV(B) 243.78º 0.63% 0.8% -
XYZ 17.02 11.37 57.8 -
YUV 92.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 84 76 203 0.59 0.63 0 0.20 243.78 0.55 0.55
Hex 54 4C CB 3B 3F 0 14 F4 37 37
Octal 124 114 313 73 77 0 24 364 67 67
Binary 1010100 1001100 11001011 111011 111111 0 10100 11110100 110111 110111

Color Harmonies of #544CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544CCB

Black with #544CCB

Text Example


Text Example

White with #544CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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