Html Css Color HEX #5D4FCC Slate Blue

📋 copy color: '#5D4FCC'

red 93 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #5D4FCC

Tints of Slate Blue #5D4FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.01%

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

R = 24.73%
G = 21.01%
B = 54.26%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D4FCC (or 0x5D4FCC) is known color: Slate Blue. HEX triplet: 5D, 4F and CC. RGB value is (93,79,204). Sum of RGB (Red+Green+Blue) = 93+79+204=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D4FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FCC is #A2B033. Grayscale: #606060. Windows color (decimal): -10661940 or 13389661. OLE color: 13389661.

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

Color convert

RGB 93 79 204 -
CMYK 0.54 0.61 0 0.2
HSL 246.72º 0.55% 0.55% -
HSV(B) 246.72º 0.61% 0.8% -
XYZ 18.21 12.28 58.54 -
YUV 97.44 188.14 124.84 -
System Red Green Blue C M Y K H S L
Decimal 93 79 204 0.54 0.61 0 0.2 246.72 0.55 0.55
Hex 5D 4F CC 36 3D 0 14 F7 37 37
Octal 135 117 314 66 75 0 24 367 67 67
Binary 1011101 1001111 11001100 110110 111101 0 10100 11110111 110111 110111

Color Harmonies of #5D4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4FCC

Black with #5D4FCC

Text Example


Text Example

White with #5D4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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