Html Css Color HEX #5852DF Slate Blue

📋 copy color: '#5852DF'

red 88 ◦ green 82 ◦ blue 223

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

Shades of Slate Blue #5852DF

Tints of Slate Blue #5852DF

RGB

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

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

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

R = 22.39%
G = 20.87%
B = 56.74%

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

#5852DF (or 0x5852DF) is known color: Slate Blue. HEX triplet: 58, 52 and DF. RGB value is (88,82,223). Sum of RGB (Red+Green+Blue) = 88+82+223=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #5852DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852DF is #A7AD20. Grayscale: #636363. Windows color (decimal): -10988833 or 14635608. OLE color: 14635608.

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

Color convert

RGB 88 82 223 -
CMYK 0.61 0.63 0 0.13
HSL 242.55º 0.69% 0.6% -
HSV(B) 242.55º 0.63% 0.87% -
XYZ 20.36 13.44 71.33 -
YUV 99.87 197.49 119.54 -
System Red Green Blue C M Y K H S L
Decimal 88 82 223 0.61 0.63 0 0.13 242.55 0.69 0.6
Hex 58 52 DF 3D 3F 0 D F3 45 3C
Octal 130 122 337 75 77 0 15 363 105 74
Binary 1011000 1010010 11011111 111101 111111 0 1101 11110011 1000101 111100

Color Harmonies of #5852DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5852DF

Black with #5852DF

Text Example


Text Example

White with #5852DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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