Html Css Color HEX #5F5DDB Slate Blue

📋 copy color: '#5F5DDB'

red 95 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #5F5DDB

Tints of Slate Blue #5F5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

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

R = 23.34%
G = 22.85%
B = 53.81%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F5DDB (or 0x5F5DDB) is known color: Slate Blue. HEX triplet: 5F, 5D and DB. RGB value is (95,93,219). Sum of RGB (Red+Green+Blue) = 95+93+219=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F5DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5DDB is #A0A224. Grayscale: #6B6B6B. Windows color (decimal): -10527269 or 14376287. OLE color: 14376287.

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

Color convert

RGB 95 93 219 -
CMYK 0.57 0.58 0 0.14
HSL 240.95º 0.64% 0.61% -
HSV(B) 240.95º 0.58% 0.86% -
XYZ 21.42 15.38 68.86 -
YUV 107.96 190.66 118.75 -
System Red Green Blue C M Y K H S L
Decimal 95 93 219 0.57 0.58 0 0.14 240.95 0.64 0.61
Hex 5F 5D DB 39 3A 0 E F1 40 3D
Octal 137 135 333 71 72 0 16 361 100 75
Binary 1011111 1011101 11011011 111001 111010 0 1110 11110001 1000000 111101

Color Harmonies of #5F5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5DDB

Black with #5F5DDB

Text Example


Text Example

White with #5F5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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