Html Css Color HEX #5447CB Slate Blue

📋 copy color: '#5447CB'

red 84 ◦ green 71 ◦ blue 203

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

Shades of Slate Blue #5447CB

Tints of Slate Blue #5447CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.83%

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

R = 23.46%
G = 19.83%
B = 56.7%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5447CB (or 0x5447CB) is known color: Slate Blue. HEX triplet: 54, 47 and CB. RGB value is (84,71,203). Sum of RGB (Red+Green+Blue) = 84+71+203=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #5447CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5447CB is #ABB834. Grayscale: #595959. Windows color (decimal): -11253813 or 13322068. OLE color: 13322068.

HSL color Cylindrical-coordinate representation of color #5447CB: hue angle of 245.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5447CB is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 71 203 -
CMYK 0.59 0.65 0 0.20
HSL 245.91º 0.56% 0.54% -
HSV(B) 245.91º 0.65% 0.8% -
XYZ 16.69 10.7 57.69 -
YUV 89.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 84 71 203 0.59 0.65 0 0.20 245.91 0.56 0.54
Hex 54 47 CB 3B 41 0 14 F6 38 36
Octal 124 107 313 73 101 0 24 366 70 66
Binary 1010100 1000111 11001011 111011 1000001 0 10100 11110110 111000 110110

Color Harmonies of #5447CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5447CB

Black with #5447CB

Text Example


Text Example

White with #5447CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5447CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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