Html Css Color HEX #5850CE Slate Blue

📋 copy color: '#5850CE'

red 88 ◦ green 80 ◦ blue 206

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

Shades of Slate Blue #5850CE

Tints of Slate Blue #5850CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.39%

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

R = 23.53%
G = 21.39%
B = 55.08%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5850CE (or 0x5850CE) is known color: Slate Blue. HEX triplet: 58, 50 and CE. RGB value is (88,80,206). Sum of RGB (Red+Green+Blue) = 88+80+206=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #5850CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850CE is #A7AF31. Grayscale: #606060. Windows color (decimal): -10989362 or 13520984. OLE color: 13520984.

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

Color convert

RGB 88 80 206 -
CMYK 0.57 0.61 0 0.19
HSL 243.81º 0.56% 0.56% -
HSV(B) 243.81º 0.61% 0.81% -
XYZ 18.03 12.27 59.81 -
YUV 96.76 189.65 121.75 -
System Red Green Blue C M Y K H S L
Decimal 88 80 206 0.57 0.61 0 0.19 243.81 0.56 0.56
Hex 58 50 CE 39 3D 0 13 F4 38 38
Octal 130 120 316 71 75 0 23 364 70 70
Binary 1011000 1010000 11001110 111001 111101 0 10011 11110100 111000 111000

Color Harmonies of #5850CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850CE

Black with #5850CE

Text Example


Text Example

White with #5850CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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