Html Css Color HEX #5854DC Slate Blue

📋 copy color: '#5854DC'

red 88 ◦ green 84 ◦ blue 220

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

Shades of Slate Blue #5854DC

Tints of Slate Blue #5854DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 22.45%
G = 21.43%
B = 56.12%

CMYK

 C value IS 0.6

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5854DC (or 0x5854DC) is known color: Slate Blue. HEX triplet: 58, 54 and DC. RGB value is (88,84,220). Sum of RGB (Red+Green+Blue) = 88+84+220=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #5854DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5854DC is #A7AB23. Grayscale: #646464. Windows color (decimal): -10988324 or 14439512. OLE color: 14439512.

HSL color Cylindrical-coordinate representation of color #5854DC: hue angle of 241.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5854DC is Cyan = 0.6, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 84 220 -
CMYK 0.6 0.62 0 0.14
HSL 241.76º 0.66% 0.6% -
HSV(B) 241.76º 0.62% 0.86% -
XYZ 20.11 13.58 69.27 -
YUV 100.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 88 84 220 0.6 0.62 0 0.14 241.76 0.66 0.6
Hex 58 54 DC 3C 3E 0 E F2 42 3C
Octal 130 124 334 74 76 0 16 362 102 74
Binary 1011000 1010100 11011100 111100 111110 0 1110 11110010 1000010 111100

Color Harmonies of #5854DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5854DC

Black with #5854DC

Text Example


Text Example

White with #5854DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5854DC; }

 p { color: rgb(88,84,220); }

 H1.HeaderClassName
 {
   color: #5854DC;
 }
 .AnyTagClassName
 {
   color: #5854DC;
 }
</style>

background-color css

<style>
 a { background-color: #5854DC; }

 a { background-color: rgb(88,84,220); }

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

border-color css

<style>
 span { border-color: #5854DC; }

 span { border-color: rgb(88,84,220); }

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