Html Css Color HEX #5F4FDD Slate Blue

📋 copy color: '#5F4FDD'

red 95 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #5F4FDD

Tints of Slate Blue #5F4FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 24.05%
G = 20%
B = 55.95%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F4FDD (or 0x5F4FDD) is known color: Slate Blue. HEX triplet: 5F, 4F and DD. RGB value is (95,79,221). Sum of RGB (Red+Green+Blue) = 95+79+221=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #5F4FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4FDD is #A0B022. Grayscale: #636363. Windows color (decimal): -10530851 or 14503775. OLE color: 14503775.

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

Color convert

RGB 95 79 221 -
CMYK 0.57 0.64 0 0.13
HSL 246.76º 0.68% 0.59% -
HSV(B) 246.76º 0.64% 0.87% -
XYZ 20.57 13.25 69.88 -
YUV 99.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 95 79 221 0.57 0.64 0 0.13 246.76 0.68 0.59
Hex 5F 4F DD 39 40 0 D F7 44 3B
Octal 137 117 335 71 100 0 15 367 104 73
Binary 1011111 1001111 11011101 111001 1000000 0 1101 11110111 1000100 111011

Color Harmonies of #5F4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4FDD

Black with #5F4FDD

Text Example


Text Example

White with #5F4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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