Html Css Color HEX #5850DD Slate Blue

📋 copy color: '#5850DD'

red 88 ◦ green 80 ◦ blue 221

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

Shades of Slate Blue #5850DD

Tints of Slate Blue #5850DD

RGB

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

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

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

R = 22.62%
G = 20.57%
B = 56.81%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5850DD (or 0x5850DD) is known color: Slate Blue. HEX triplet: 58, 50 and DD. RGB value is (88,80,221). Sum of RGB (Red+Green+Blue) = 88+80+221=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #5850DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850DD is #A7AF22. Grayscale: #616161. Windows color (decimal): -10989347 or 14504024. OLE color: 14504024.

HSL color Cylindrical-coordinate representation of color #5850DD: hue angle of 243.4º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5850DD is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 80 221 -
CMYK 0.60 0.64 0 0.13
HSL 243.4º 0.67% 0.59% -
HSV(B) 243.4º 0.64% 0.87% -
XYZ 19.94 13.03 69.87 -
YUV 98.47 197.15 120.54 -
System Red Green Blue C M Y K H S L
Decimal 88 80 221 0.60 0.64 0 0.13 243.4 0.67 0.59
Hex 58 50 DD 3C 40 0 D F3 43 3B
Octal 130 120 335 74 100 0 15 363 103 73
Binary 1011000 1010000 11011101 111100 1000000 0 1101 11110011 1000011 111011

Color Harmonies of #5850DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850DD

Black with #5850DD

Text Example


Text Example

White with #5850DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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