Html Css Color HEX #5B47CC Slate Blue

📋 copy color: '#5B47CC'

red 91 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #5B47CC

Tints of Slate Blue #5B47CC

RGB

 RED value IS 91 (35.94% from 255) = 24.86%

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

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

R = 24.86%
G = 19.4%
B = 55.74%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B47CC (or 0x5B47CC) is known color: Slate Blue. HEX triplet: 5B, 47 and CC. RGB value is (91,71,204). Sum of RGB (Red+Green+Blue) = 91+71+204=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B47CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B47CC is #A4B833. Grayscale: #5B5B5B. Windows color (decimal): -10795060 or 13387611. OLE color: 13387611.

HSL color Cylindrical-coordinate representation of color #5B47CC: hue angle of 249.02º degrees, saturation: 0.57, 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 #5B47CC is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 91 71 204 -
CMYK 0.55 0.65 0 0.2
HSL 249.02º 0.57% 0.54% -
HSV(B) 249.02º 0.65% 0.8% -
XYZ 17.47 11.09 58.35 -
YUV 92.14 191.13 127.19 -
System Red Green Blue C M Y K H S L
Decimal 91 71 204 0.55 0.65 0 0.2 249.02 0.57 0.54
Hex 5B 47 CC 37 41 0 14 F9 39 36
Octal 133 107 314 67 101 0 24 371 71 66
Binary 1011011 1000111 11001100 110111 1000001 0 10100 11111001 111001 110110

Color Harmonies of #5B47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B47CC

Black with #5B47CC

Text Example


Text Example

White with #5B47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B47CC; }

 p { color: rgb(91,71,204); }

 H1.HeaderClassName
 {
   color: #5B47CC;
 }
 .AnyTagClassName
 {
   color: #5B47CC;
 }
</style>

background-color css

<style>
 a { background-color: #5B47CC; }

 a { background-color: rgb(91,71,204); }

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

border-color css

<style>
 span { border-color: #5B47CC; }

 span { border-color: rgb(91,71,204); }

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