Html Css Color HEX #5F4FDC Slate Blue

📋 copy color: '#5F4FDC'

red 95 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #5F4FDC

Tints of Slate Blue #5F4FDC

RGB

 RED value IS 95 (37.5% from 255) = 24.11%

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

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 24.11%
G = 20.05%
B = 55.84%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F4FDC (or 0x5F4FDC) is known color: Slate Blue. HEX triplet: 5F, 4F and DC. RGB value is (95,79,220). Sum of RGB (Red+Green+Blue) = 95+79+220=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F4FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4FDC is #A0B023. Grayscale: #636363. Windows color (decimal): -10530852 or 14438239. OLE color: 14438239.

HSL color Cylindrical-coordinate representation of color #5F4FDC: hue angle of 246.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F4FDC is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 79 220 -
CMYK 0.57 0.64 0 0.14
HSL 246.81º 0.67% 0.59% -
HSV(B) 246.81º 0.64% 0.86% -
XYZ 20.43 13.19 69.18 -
YUV 99.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 95 79 220 0.57 0.64 0 0.14 246.81 0.67 0.59
Hex 5F 4F DC 39 40 0 E F7 43 3B
Octal 137 117 334 71 100 0 16 367 103 73
Binary 1011111 1001111 11011100 111001 1000000 0 1110 11110111 1000011 111011

Color Harmonies of #5F4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4FDC

Black with #5F4FDC

Text Example


Text Example

White with #5F4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,79,220); }

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

background-color css

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

 a { background-color: rgb(95,79,220); }

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

border-color css

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

 span { border-color: rgb(95,79,220); }

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