Html Css Color HEX #5C4FC0 Slate Blue

📋 copy color: '#5C4FC0'

red 92 ◦ green 79 ◦ blue 192

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

Shades of Slate Blue #5C4FC0

Tints of Slate Blue #5C4FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 25.34%
G = 21.76%
B = 52.89%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C4FC0 (or 0x5C4FC0) is known color: Slate Blue. HEX triplet: 5C, 4F and C0. RGB value is (92,79,192). Sum of RGB (Red+Green+Blue) = 92+79+192=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #5C4FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FC0 is #A3B03F. Grayscale: #5F5F5F. Windows color (decimal): -10727488 or 12603228. OLE color: 12603228.

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

Color convert

RGB 92 79 192 -
CMYK 0.52 0.59 0 0.25
HSL 246.9º 0.47% 0.53% -
HSV(B) 246.9º 0.59% 0.75% -
XYZ 16.72 11.67 51.24 -
YUV 95.77 182.31 125.31 -
System Red Green Blue C M Y K H S L
Decimal 92 79 192 0.52 0.59 0 0.25 246.9 0.47 0.53
Hex 5C 4F C0 34 3B 0 19 F7 2F 35
Octal 134 117 300 64 73 0 31 367 57 65
Binary 1011100 1001111 11000000 110100 111011 0 11001 11110111 101111 110101

Color Harmonies of #5C4FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4FC0

Black with #5C4FC0

Text Example


Text Example

White with #5C4FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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