Html Css Color HEX #5F4FDB Slate Blue

📋 copy color: '#5F4FDB'

red 95 ◦ green 79 ◦ blue 219

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

Shades of Slate Blue #5F4FDB

Tints of Slate Blue #5F4FDB

RGB

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

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

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

R = 24.17%
G = 20.1%
B = 55.73%

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

#5F4FDB (or 0x5F4FDB) is known color: Slate Blue. HEX triplet: 5F, 4F and DB. RGB value is (95,79,219). Sum of RGB (Red+Green+Blue) = 95+79+219=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F4FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4FDB is #A0B024. Grayscale: #636363. Windows color (decimal): -10530853 or 14372703. OLE color: 14372703.

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

Color convert

RGB 95 79 219 -
CMYK 0.57 0.64 0 0.14
HSL 246.86º 0.66% 0.58% -
HSV(B) 246.86º 0.64% 0.86% -
XYZ 20.3 13.14 68.48 -
YUV 99.74 195.3 124.62 -
System Red Green Blue C M Y K H S L
Decimal 95 79 219 0.57 0.64 0 0.14 246.86 0.66 0.58
Hex 5F 4F DB 39 40 0 E F7 42 3A
Octal 137 117 333 71 100 0 16 367 102 72
Binary 1011111 1001111 11011011 111001 1000000 0 1110 11110111 1000010 111010

Color Harmonies of #5F4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4FDB

Black with #5F4FDB

Text Example


Text Example

White with #5F4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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