Html Css Color HEX #5D46CC Slate Blue

📋 copy color: '#5D46CC'

red 93 ◦ green 70 ◦ blue 204

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

Shades of Slate Blue #5D46CC

Tints of Slate Blue #5D46CC

RGB

 RED value IS 93 (36.72% from 255) = 25.34%

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

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

R = 25.34%
G = 19.07%
B = 55.59%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D46CC (or 0x5D46CC) is known color: Slate Blue. HEX triplet: 5D, 46 and CC. RGB value is (93,70,204). Sum of RGB (Red+Green+Blue) = 93+70+204=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D46CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D46CC is #A2B933. Grayscale: #5B5B5B. Windows color (decimal): -10664244 or 13387357. OLE color: 13387357.

HSL color Cylindrical-coordinate representation of color #5D46CC: hue angle of 250.3º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D46CC is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 70 204 -
CMYK 0.54 0.66 0 0.2
HSL 250.3º 0.57% 0.54% -
HSV(B) 250.3º 0.66% 0.8% -
XYZ 17.6 11.07 58.34 -
YUV 92.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 93 70 204 0.54 0.66 0 0.2 250.3 0.57 0.54
Hex 5D 46 CC 36 42 0 14 FA 39 36
Octal 135 106 314 66 102 0 24 372 71 66
Binary 1011101 1000110 11001100 110110 1000010 0 10100 11111010 111001 110110

Color Harmonies of #5D46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D46CC

Black with #5D46CC

Text Example


Text Example

White with #5D46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,70,204); }

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

background-color css

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

 a { background-color: rgb(93,70,204); }

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

border-color css

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

 span { border-color: rgb(93,70,204); }

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