Html Css Color HEX #5859DF Slate Blue

📋 copy color: '#5859DF'

red 88 ◦ green 89 ◦ blue 223

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

Shades of Slate Blue #5859DF

Tints of Slate Blue #5859DF

RGB

 RED value IS 88 (34.77% from 255) = 22%

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

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

R = 22%
G = 22.25%
B = 55.75%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5859DF (or 0x5859DF) is known color: Slate Blue. HEX triplet: 58, 59 and DF. RGB value is (88,89,223). Sum of RGB (Red+Green+Blue) = 88+89+223=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #5859DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859DF is #A7A620. Grayscale: #676767. Windows color (decimal): -10987041 or 14637400. OLE color: 14637400.

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

Color convert

RGB 88 89 223 -
CMYK 0.61 0.60 0 0.13
HSL 239.56º 0.68% 0.61% -
HSV(B) 239.56º 0.61% 0.87% -
XYZ 20.92 14.55 71.52 -
YUV 103.98 195.17 116.6 -
System Red Green Blue C M Y K H S L
Decimal 88 89 223 0.61 0.60 0 0.13 239.56 0.68 0.61
Hex 58 59 DF 3D 3C 0 D F0 44 3D
Octal 130 131 337 75 74 0 15 360 104 75
Binary 1011000 1011001 11011111 111101 111100 0 1101 11110000 1000100 111101

Color Harmonies of #5859DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5859DF

Black with #5859DF

Text Example


Text Example

White with #5859DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5859DF; }

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

 H1.HeaderClassName
 {
   color: #5859DF;
 }
 .AnyTagClassName
 {
   color: #5859DF;
 }
</style>

background-color css

<style>
 a { background-color: #5859DF; }

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

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

border-color css

<style>
 span { border-color: #5859DF; }

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

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