Html Css Color HEX #5C4FD0 Slate Blue

📋 copy color: '#5C4FD0'

red 92 ◦ green 79 ◦ blue 208

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

Shades of Slate Blue #5C4FD0

Tints of Slate Blue #5C4FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.88%

R = 24.27%
G = 20.84%
B = 54.88%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5C4FD0 (or 0x5C4FD0) is known color: Slate Blue. HEX triplet: 5C, 4F and D0. RGB value is (92,79,208). Sum of RGB (Red+Green+Blue) = 92+79+208=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #5C4FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FD0 is #A3B02F. Grayscale: #616161. Windows color (decimal): -10727472 or 13651804. OLE color: 13651804.

HSL color Cylindrical-coordinate representation of color #5C4FD0: hue angle of 246.05º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C4FD0 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 92 79 208 -
CMYK 0.56 0.62 0 0.18
HSL 246.05º 0.58% 0.56% -
HSV(B) 246.05º 0.62% 0.82% -
XYZ 18.59 12.42 61.09 -
YUV 97.59 190.31 124.01 -
System Red Green Blue C M Y K H S L
Decimal 92 79 208 0.56 0.62 0 0.18 246.05 0.58 0.56
Hex 5C 4F D0 38 3E 0 12 F6 3A 38
Octal 134 117 320 70 76 0 22 366 72 70
Binary 1011100 1001111 11010000 111000 111110 0 10010 11110110 111010 111000

Color Harmonies of #5C4FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4FD0

Black with #5C4FD0

Text Example


Text Example

White with #5C4FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,79,208); }

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

background-color css

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

 a { background-color: rgb(92,79,208); }

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

border-color css

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

 span { border-color: rgb(92,79,208); }

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