Html Css Color HEX #5D4FCB Slate Blue

📋 copy color: '#5D4FCB'

red 93 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #5D4FCB

Tints of Slate Blue #5D4FCB

RGB

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

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

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

R = 24.8%
G = 21.07%
B = 54.13%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D4FCB (or 0x5D4FCB) is known color: Slate Blue. HEX triplet: 5D, 4F and CB. RGB value is (93,79,203). Sum of RGB (Red+Green+Blue) = 93+79+203=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D4FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FCB is #A2B034. Grayscale: #606060. Windows color (decimal): -10661941 or 13324125. OLE color: 13324125.

HSL color Cylindrical-coordinate representation of color #5D4FCB: hue angle of 246.77º degrees, saturation: 0.54, 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 #5D4FCB is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 79 203 -
CMYK 0.54 0.61 0 0.20
HSL 246.77º 0.54% 0.55% -
HSV(B) 246.77º 0.61% 0.8% -
XYZ 18.09 12.23 57.91 -
YUV 97.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 93 79 203 0.54 0.61 0 0.20 246.77 0.54 0.55
Hex 5D 4F CB 36 3D 0 14 F7 36 37
Octal 135 117 313 66 75 0 24 367 66 67
Binary 1011101 1001111 11001011 110110 111101 0 10100 11110111 110110 110111

Color Harmonies of #5D4FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4FCB

Black with #5D4FCB

Text Example


Text Example

White with #5D4FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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