Html Css Color HEX #5C46BF Slate Blue

📋 copy color: '#5C46BF'

red 92 ◦ green 70 ◦ blue 191

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

Shades of Slate Blue #5C46BF

Tints of Slate Blue #5C46BF

RGB

 RED value IS 92 (36.33% from 255) = 26.06%

 GREEN value IS 70 (27.73% from 255) = 19.83%

 BLUE value IS 191 (75% from 255) = 54.11%

R = 26.06%
G = 19.83%
B = 54.11%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C46BF (or 0x5C46BF) is known color: Slate Blue. HEX triplet: 5C, 46 and BF. RGB value is (92,70,191). Sum of RGB (Red+Green+Blue) = 92+70+191=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C46BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C46BF is #A3B940. Grayscale: #595959. Windows color (decimal): -10729793 or 12535388. OLE color: 12535388.

HSL color Cylindrical-coordinate representation of color #5C46BF: hue angle of 250.91º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C46BF is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 70 191 -
CMYK 0.52 0.63 0 0.25
HSL 250.91º 0.49% 0.51% -
HSV(B) 250.91º 0.63% 0.75% -
XYZ 16.01 10.42 50.46 -
YUV 90.37 184.79 129.16 -
System Red Green Blue C M Y K H S L
Decimal 92 70 191 0.52 0.63 0 0.25 250.91 0.49 0.51
Hex 5C 46 BF 34 3F 0 19 FB 31 33
Octal 134 106 277 64 77 0 31 373 61 63
Binary 1011100 1000110 10111111 110100 111111 0 11001 11111011 110001 110011

Color Harmonies of #5C46BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C46BF

Black with #5C46BF

Text Example


Text Example

White with #5C46BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,70,191); }

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

background-color css

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

 a { background-color: rgb(92,70,191); }

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

border-color css

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

 span { border-color: rgb(92,70,191); }

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