Html Css Color HEX #5652DD Slate Blue

📋 copy color: '#5652DD'

red 86 ◦ green 82 ◦ blue 221

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

Shades of Slate Blue #5652DD

Tints of Slate Blue #5652DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.81%

R = 22.11%
G = 21.08%
B = 56.81%

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

#5652DD (or 0x5652DD) is known color: Slate Blue. HEX triplet: 56, 52 and DD. RGB value is (86,82,221). Sum of RGB (Red+Green+Blue) = 86+82+221=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #5652DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652DD is #A9AD22. Grayscale: #626262. Windows color (decimal): -11119907 or 14504534. OLE color: 14504534.

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

Color convert

RGB 86 82 221 -
CMYK 0.61 0.63 0 0.13
HSL 241.73º 0.67% 0.59% -
HSV(B) 241.73º 0.63% 0.87% -
XYZ 19.91 13.23 69.91 -
YUV 99.04 196.83 118.7 -
System Red Green Blue C M Y K H S L
Decimal 86 82 221 0.61 0.63 0 0.13 241.73 0.67 0.59
Hex 56 52 DD 3D 3F 0 D F2 43 3B
Octal 126 122 335 75 77 0 15 362 103 73
Binary 1010110 1010010 11011101 111101 111111 0 1101 11110010 1000011 111011

Color Harmonies of #5652DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5652DD

Black with #5652DD

Text Example


Text Example

White with #5652DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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