Html Css Color HEX #5652D0 Slate Blue

📋 copy color: '#5652D0'

red 86 ◦ green 82 ◦ blue 208

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

Shades of Slate Blue #5652D0

Tints of Slate Blue #5652D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.32%

R = 22.87%
G = 21.81%
B = 55.32%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5652D0 (or 0x5652D0) is known color: Slate Blue. HEX triplet: 56, 52 and D0. RGB value is (86,82,208). Sum of RGB (Red+Green+Blue) = 86+82+208=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #5652D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652D0 is #A9AD2F. Grayscale: #616161. Windows color (decimal): -11119920 or 13652566. OLE color: 13652566.

HSL color Cylindrical-coordinate representation of color #5652D0: hue angle of 241.9º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5652D0 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 82 208 -
CMYK 0.59 0.61 0 0.18
HSL 241.9º 0.57% 0.57% -
HSV(B) 241.9º 0.61% 0.82% -
XYZ 18.24 12.57 61.14 -
YUV 97.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 86 82 208 0.59 0.61 0 0.18 241.9 0.57 0.57
Hex 56 52 D0 3B 3D 0 12 F2 39 39
Octal 126 122 320 73 75 0 22 362 71 71
Binary 1010110 1010010 11010000 111011 111101 0 10010 11110010 111001 111001

Color Harmonies of #5652D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5652D0

Black with #5652D0

Text Example


Text Example

White with #5652D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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