Html Css Color HEX #5F4ADB Slate Blue

📋 copy color: '#5F4ADB'

red 95 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #5F4ADB

Tints of Slate Blue #5F4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.07%

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

R = 24.48%
G = 19.07%
B = 56.44%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F4ADB (or 0x5F4ADB) is known color: Slate Blue. HEX triplet: 5F, 4A and DB. RGB value is (95,74,219). Sum of RGB (Red+Green+Blue) = 95+74+219=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F4ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4ADB is #A0B524. Grayscale: #606060. Windows color (decimal): -10532133 or 14371423. OLE color: 14371423.

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

Color convert

RGB 95 74 219 -
CMYK 0.57 0.66 0 0.14
HSL 248.69º 0.67% 0.57% -
HSV(B) 248.69º 0.66% 0.86% -
XYZ 19.95 12.44 68.37 -
YUV 96.81 196.96 126.71 -
System Red Green Blue C M Y K H S L
Decimal 95 74 219 0.57 0.66 0 0.14 248.69 0.67 0.57
Hex 5F 4A DB 39 42 0 E F9 43 39
Octal 137 112 333 71 102 0 16 371 103 71
Binary 1011111 1001010 11011011 111001 1000010 0 1110 11111001 1000011 111001

Color Harmonies of #5F4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4ADB

Black with #5F4ADB

Text Example


Text Example

White with #5F4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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