Html Css Color HEX #5850DB Slate Blue

📋 copy color: '#5850DB'

red 88 ◦ green 80 ◦ blue 219

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

Shades of Slate Blue #5850DB

Tints of Slate Blue #5850DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 22.74%
G = 20.67%
B = 56.59%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5850DB (or 0x5850DB) is known color: Slate Blue. HEX triplet: 58, 50 and DB. RGB value is (88,80,219). Sum of RGB (Red+Green+Blue) = 88+80+219=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #5850DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850DB is #A7AF24. Grayscale: #616161. Windows color (decimal): -10989349 or 14372952. OLE color: 14372952.

HSL color Cylindrical-coordinate representation of color #5850DB: hue angle of 243.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5850DB is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 80 219 -
CMYK 0.60 0.63 0 0.14
HSL 243.45º 0.66% 0.59% -
HSV(B) 243.45º 0.63% 0.86% -
XYZ 19.68 12.93 68.48 -
YUV 98.24 196.15 120.7 -
System Red Green Blue C M Y K H S L
Decimal 88 80 219 0.60 0.63 0 0.14 243.45 0.66 0.59
Hex 58 50 DB 3C 3F 0 E F3 42 3B
Octal 130 120 333 74 77 0 16 363 102 73
Binary 1011000 1010000 11011011 111100 111111 0 1110 11110011 1000010 111011

Color Harmonies of #5850DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850DB

Black with #5850DB

Text Example


Text Example

White with #5850DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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