Html Css Color HEX #544BCF Slate Blue

📋 copy color: '#544BCF'

red 84 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #544BCF

Tints of Slate Blue #544BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.49%

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 22.95%
G = 20.49%
B = 56.56%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#544BCF (or 0x544BCF) is known color: Slate Blue. HEX triplet: 54, 4B and CF. RGB value is (84,75,207). Sum of RGB (Red+Green+Blue) = 84+75+207=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #544BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BCF is #ABB430. Grayscale: #5C5C5C. Windows color (decimal): -11252785 or 13585236. OLE color: 13585236.

HSL color Cylindrical-coordinate representation of color #544BCF: hue angle of 244.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #544BCF is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 75 207 -
CMYK 0.59 0.64 0 0.19
HSL 244.09º 0.58% 0.55% -
HSV(B) 244.09º 0.64% 0.81% -
XYZ 17.43 11.42 60.32 -
YUV 92.74 192.48 121.77 -
System Red Green Blue C M Y K H S L
Decimal 84 75 207 0.59 0.64 0 0.19 244.09 0.58 0.55
Hex 54 4B CF 3B 40 0 13 F4 3A 37
Octal 124 113 317 73 100 0 23 364 72 67
Binary 1010100 1001011 11001111 111011 1000000 0 10011 11110100 111010 110111

Color Harmonies of #544BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544BCF

Black with #544BCF

Text Example


Text Example

White with #544BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,75,207); }

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

background-color css

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

 a { background-color: rgb(84,75,207); }

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

border-color css

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

 span { border-color: rgb(84,75,207); }

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