Html Css Color HEX #5852CE Slate Blue

📋 copy color: '#5852CE'

red 88 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #5852CE

Tints of Slate Blue #5852CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 23.4%
G = 21.81%
B = 54.79%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5852CE (or 0x5852CE) is known color: Slate Blue. HEX triplet: 58, 52 and CE. RGB value is (88,82,206). Sum of RGB (Red+Green+Blue) = 88+82+206=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #5852CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852CE is #A7AD31. Grayscale: #616161. Windows color (decimal): -10988850 or 13521496. OLE color: 13521496.

HSL color Cylindrical-coordinate representation of color #5852CE: hue angle of 242.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5852CE is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 82 206 -
CMYK 0.57 0.60 0 0.19
HSL 242.9º 0.56% 0.56% -
HSV(B) 242.9º 0.6% 0.81% -
XYZ 18.18 12.57 59.86 -
YUV 97.93 188.99 120.92 -
System Red Green Blue C M Y K H S L
Decimal 88 82 206 0.57 0.60 0 0.19 242.9 0.56 0.56
Hex 58 52 CE 39 3C 0 13 F3 38 38
Octal 130 122 316 71 74 0 23 363 70 70
Binary 1011000 1010010 11001110 111001 111100 0 10011 11110011 111000 111000

Color Harmonies of #5852CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5852CE

Black with #5852CE

Text Example


Text Example

White with #5852CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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