Html Css Color HEX #5852DD Slate Blue

📋 copy color: '#5852DD'

red 88 ◦ green 82 ◦ blue 221

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

Shades of Slate Blue #5852DD

Tints of Slate Blue #5852DD

RGB

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

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

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

R = 22.51%
G = 20.97%
B = 56.52%

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

#5852DD (or 0x5852DD) is known color: Slate Blue. HEX triplet: 58, 52 and DD. RGB value is (88,82,221). Sum of RGB (Red+Green+Blue) = 88+82+221=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #5852DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852DD is #A7AD22. Grayscale: #636363. Windows color (decimal): -10988835 or 14504536. OLE color: 14504536.

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

Color convert

RGB 88 82 221 -
CMYK 0.60 0.63 0 0.13
HSL 242.59º 0.67% 0.59% -
HSV(B) 242.59º 0.63% 0.87% -
XYZ 20.09 13.33 69.92 -
YUV 99.64 196.49 119.7 -
System Red Green Blue C M Y K H S L
Decimal 88 82 221 0.60 0.63 0 0.13 242.59 0.67 0.59
Hex 58 52 DD 3C 3F 0 D F3 43 3B
Octal 130 122 335 74 77 0 15 363 103 73
Binary 1011000 1010010 11011101 111100 111111 0 1101 11110011 1000011 111011

Color Harmonies of #5852DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5852DD

Black with #5852DD

Text Example


Text Example

White with #5852DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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