Html Css Color HEX #5652DF Slate Blue

📋 copy color: '#5652DF'

red 86 ◦ green 82 ◦ blue 223

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

Shades of Slate Blue #5652DF

Tints of Slate Blue #5652DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.97%

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

R = 21.99%
G = 20.97%
B = 57.03%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5652DF (or 0x5652DF) is known color: Slate Blue. HEX triplet: 56, 52 and DF. RGB value is (86,82,223). Sum of RGB (Red+Green+Blue) = 86+82+223=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #5652DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652DF is #A9AD20. Grayscale: #626262. Windows color (decimal): -11119905 or 14635606. OLE color: 14635606.

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

Color convert

RGB 86 82 223 -
CMYK 0.61 0.63 0 0.13
HSL 241.7º 0.69% 0.6% -
HSV(B) 241.7º 0.63% 0.87% -
XYZ 20.17 13.34 71.32 -
YUV 99.27 197.83 118.54 -
System Red Green Blue C M Y K H S L
Decimal 86 82 223 0.61 0.63 0 0.13 241.7 0.69 0.6
Hex 56 52 DF 3D 3F 0 D F2 45 3C
Octal 126 122 337 75 77 0 15 362 105 74
Binary 1010110 1010010 11011111 111101 111111 0 1101 11110010 1000101 111100

Color Harmonies of #5652DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5652DF

Black with #5652DF

Text Example


Text Example

White with #5652DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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