Html Css Color HEX #5853CE Slate Blue

📋 copy color: '#5853CE'

red 88 ◦ green 83 ◦ blue 206

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

Shades of Slate Blue #5853CE

Tints of Slate Blue #5853CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 23.34%
G = 22.02%
B = 54.64%

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

#5853CE (or 0x5853CE) is known color: Slate Blue. HEX triplet: 58, 53 and CE. RGB value is (88,83,206). Sum of RGB (Red+Green+Blue) = 88+83+206=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #5853CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5853CE is #A7AC31. Grayscale: #626262. Windows color (decimal): -10988594 or 13521752. OLE color: 13521752.

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

Color convert

RGB 88 83 206 -
CMYK 0.57 0.60 0 0.19
HSL 242.44º 0.56% 0.57% -
HSV(B) 242.44º 0.6% 0.81% -
XYZ 18.26 12.72 59.88 -
YUV 98.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 88 83 206 0.57 0.60 0 0.19 242.44 0.56 0.57
Hex 58 53 CE 39 3C 0 13 F2 38 39
Octal 130 123 316 71 74 0 23 362 70 71
Binary 1011000 1010011 11001110 111001 111100 0 10011 11110010 111000 111001

Color Harmonies of #5853CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5853CE

Black with #5853CE

Text Example


Text Example

White with #5853CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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