Html Css Color HEX #5F59DF Slate Blue

📋 copy color: '#5F59DF'

red 95 ◦ green 89 ◦ blue 223

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

Shades of Slate Blue #5F59DF

Tints of Slate Blue #5F59DF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.87%

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 23.34%
G = 21.87%
B = 54.79%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F59DF (or 0x5F59DF) is known color: Slate Blue. HEX triplet: 5F, 59 and DF. RGB value is (95,89,223). Sum of RGB (Red+Green+Blue) = 95+89+223=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F59DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59DF is #A0A620. Grayscale: #696969. Windows color (decimal): -10528289 or 14637407. OLE color: 14637407.

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

Color convert

RGB 95 89 223 -
CMYK 0.57 0.60 0 0.13
HSL 242.69º 0.68% 0.61% -
HSV(B) 242.69º 0.6% 0.87% -
XYZ 21.61 14.91 71.55 -
YUV 106.07 193.99 120.1 -
System Red Green Blue C M Y K H S L
Decimal 95 89 223 0.57 0.60 0 0.13 242.69 0.68 0.61
Hex 5F 59 DF 39 3C 0 D F3 44 3D
Octal 137 131 337 71 74 0 15 363 104 75
Binary 1011111 1011001 11011111 111001 111100 0 1101 11110011 1000100 111101

Color Harmonies of #5F59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F59DF

Black with #5F59DF

Text Example


Text Example

White with #5F59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,89,223); }

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

background-color css

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

 a { background-color: rgb(95,89,223); }

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

border-color css

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

 span { border-color: rgb(95,89,223); }

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