Html Css Color HEX #5849DA Slate Blue

📋 copy color: '#5849DA'

red 88 ◦ green 73 ◦ blue 218

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

Shades of Slate Blue #5849DA

Tints of Slate Blue #5849DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.26%

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 23.22%
G = 19.26%
B = 57.52%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5849DA (or 0x5849DA) is known color: Slate Blue. HEX triplet: 58, 49 and DA. RGB value is (88,73,218). Sum of RGB (Red+Green+Blue) = 88+73+218=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #5849DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849DA is #A7B625. Grayscale: #5D5D5D. Windows color (decimal): -10991142 or 14305624. OLE color: 14305624.

HSL color Cylindrical-coordinate representation of color #5849DA: hue angle of 246.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5849DA is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 73 218 -
CMYK 0.60 0.67 0 0.15
HSL 246.21º 0.66% 0.57% -
HSV(B) 246.21º 0.67% 0.85% -
XYZ 19.06 11.9 67.62 -
YUV 94.02 197.97 123.71 -
System Red Green Blue C M Y K H S L
Decimal 88 73 218 0.60 0.67 0 0.15 246.21 0.66 0.57
Hex 58 49 DA 3C 43 0 F F6 42 39
Octal 130 111 332 74 103 0 17 366 102 71
Binary 1011000 1001001 11011010 111100 1000011 0 1111 11110110 1000010 111001

Color Harmonies of #5849DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849DA

Black with #5849DA

Text Example


Text Example

White with #5849DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5849DA; }

 p { color: rgb(88,73,218); }

 H1.HeaderClassName
 {
   color: #5849DA;
 }
 .AnyTagClassName
 {
   color: #5849DA;
 }
</style>

background-color css

<style>
 a { background-color: #5849DA; }

 a { background-color: rgb(88,73,218); }

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

border-color css

<style>
 span { border-color: #5849DA; }

 span { border-color: rgb(88,73,218); }

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