Html Css Color HEX #5852DE Slate Blue

📋 copy color: '#5852DE'

red 88 ◦ green 82 ◦ blue 222

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

Shades of Slate Blue #5852DE

Tints of Slate Blue #5852DE

RGB

 RED value IS 88 (34.77% from 255) = 22.45%

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

 BLUE value IS 222 (87.11% from 255) = 56.63%

R = 22.45%
G = 20.92%
B = 56.63%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5852DE (or 0x5852DE) is known color: Slate Blue. HEX triplet: 58, 52 and DE. RGB value is (88,82,222). Sum of RGB (Red+Green+Blue) = 88+82+222=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #5852DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852DE is #A7AD21. Grayscale: #636363. Windows color (decimal): -10988834 or 14570072. OLE color: 14570072.

HSL color Cylindrical-coordinate representation of color #5852DE: hue angle of 242.57º degrees, saturation: 0.68, 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 #5852DE is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 82 222 -
CMYK 0.60 0.63 0 0.13
HSL 242.57º 0.68% 0.6% -
HSV(B) 242.57º 0.63% 0.87% -
XYZ 20.23 13.38 70.62 -
YUV 99.75 196.99 119.62 -
System Red Green Blue C M Y K H S L
Decimal 88 82 222 0.60 0.63 0 0.13 242.57 0.68 0.6
Hex 58 52 DE 3C 3F 0 D F3 44 3C
Octal 130 122 336 74 77 0 15 363 104 74
Binary 1011000 1010010 11011110 111100 111111 0 1101 11110011 1000100 111100

Color Harmonies of #5852DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5852DE

Black with #5852DE

Text Example


Text Example

White with #5852DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5852DE; }

 p { color: rgb(88,82,222); }

 H1.HeaderClassName
 {
   color: #5852DE;
 }
 .AnyTagClassName
 {
   color: #5852DE;
 }
</style>

background-color css

<style>
 a { background-color: #5852DE; }

 a { background-color: rgb(88,82,222); }

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

border-color css

<style>
 span { border-color: #5852DE; }

 span { border-color: rgb(88,82,222); }

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