Html Css Color HEX #5F4DDB Slate Blue

📋 copy color: '#5F4DDB'

red 95 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #5F4DDB

Tints of Slate Blue #5F4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.69%

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 24.3%
G = 19.69%
B = 56.01%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F4DDB (or 0x5F4DDB) is known color: Slate Blue. HEX triplet: 5F, 4D and DB. RGB value is (95,77,219). Sum of RGB (Red+Green+Blue) = 95+77+219=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F4DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4DDB is #A0B224. Grayscale: #626262. Windows color (decimal): -10531365 or 14372191. OLE color: 14372191.

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

Color convert

RGB 95 77 219 -
CMYK 0.57 0.65 0 0.14
HSL 247.61º 0.66% 0.58% -
HSV(B) 247.61º 0.65% 0.86% -
XYZ 20.16 12.86 68.44 -
YUV 98.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 95 77 219 0.57 0.65 0 0.14 247.61 0.66 0.58
Hex 5F 4D DB 39 41 0 E F8 42 3A
Octal 137 115 333 71 101 0 16 370 102 72
Binary 1011111 1001101 11011011 111001 1000001 0 1110 11111000 1000010 111010

Color Harmonies of #5F4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4DDB

Black with #5F4DDB

Text Example


Text Example

White with #5F4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,77,219); }

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

background-color css

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

 a { background-color: rgb(95,77,219); }

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

border-color css

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

 span { border-color: rgb(95,77,219); }

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