Html Css Color HEX #5658DF Slate Blue

📋 copy color: '#5658DF'

red 86 ◦ green 88 ◦ blue 223

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

Shades of Slate Blue #5658DF

Tints of Slate Blue #5658DF

RGB

 RED value IS 86 (33.98% from 255) = 21.66%

 GREEN value IS 88 (34.77% from 255) = 22.17%

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

R = 21.66%
G = 22.17%
B = 56.17%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5658DF (or 0x5658DF) is known color: Slate Blue. HEX triplet: 56, 58 and DF. RGB value is (86,88,223). Sum of RGB (Red+Green+Blue) = 86+88+223=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #5658DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5658DF is #A9A720. Grayscale: #666666. Windows color (decimal): -11118369 or 14637142. OLE color: 14637142.

HSL color Cylindrical-coordinate representation of color #5658DF: hue angle of 239.12º 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 #5658DF is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 88 223 -
CMYK 0.61 0.61 0 0.13
HSL 239.12º 0.68% 0.61% -
HSV(B) 239.12º 0.61% 0.87% -
XYZ 20.65 14.29 71.48 -
YUV 102.79 195.84 116.02 -
System Red Green Blue C M Y K H S L
Decimal 86 88 223 0.61 0.61 0 0.13 239.12 0.68 0.61
Hex 56 58 DF 3D 3D 0 D EF 44 3D
Octal 126 130 337 75 75 0 15 357 104 75
Binary 1010110 1011000 11011111 111101 111101 0 1101 11101111 1000100 111101

Color Harmonies of #5658DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5658DF

Black with #5658DF

Text Example


Text Example

White with #5658DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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