Html Css Color HEX #5652CE Slate Blue

📋 copy color: '#5652CE'

red 86 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #5652CE

Tints of Slate Blue #5652CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 22.99%
G = 21.93%
B = 55.08%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5652CE (or 0x5652CE) is known color: Slate Blue. HEX triplet: 56, 52 and CE. RGB value is (86,82,206). Sum of RGB (Red+Green+Blue) = 86+82+206=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #5652CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652CE is #A9AD31. Grayscale: #606060. Windows color (decimal): -11119922 or 13521494. OLE color: 13521494.

HSL color Cylindrical-coordinate representation of color #5652CE: hue angle of 241.94º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5652CE is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 82 206 -
CMYK 0.58 0.60 0 0.19
HSL 241.94º 0.56% 0.56% -
HSV(B) 241.94º 0.6% 0.81% -
XYZ 18 12.47 59.85 -
YUV 97.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 86 82 206 0.58 0.60 0 0.19 241.94 0.56 0.56
Hex 56 52 CE 3A 3C 0 13 F2 38 38
Octal 126 122 316 72 74 0 23 362 70 70
Binary 1010110 1010010 11001110 111010 111100 0 10011 11110010 111000 111000

Color Harmonies of #5652CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5652CE

Black with #5652CE

Text Example


Text Example

White with #5652CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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