Html Css Color HEX #5D5ACE Slate Blue

📋 copy color: '#5D5ACE'

red 93 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #5D5ACE

Tints of Slate Blue #5D5ACE

RGB

 RED value IS 93 (36.72% from 255) = 23.91%

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 23.91%
G = 23.14%
B = 52.96%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D5ACE (or 0x5D5ACE) is known color: Slate Blue. HEX triplet: 5D, 5A and CE. RGB value is (93,90,206). Sum of RGB (Red+Green+Blue) = 93+90+206=389 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.91% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5ACE is #A2A531. Grayscale: #676767. Windows color (decimal): -10659122 or 13523549. OLE color: 13523549.

HSL color Cylindrical-coordinate representation of color #5D5ACE: hue angle of 241.55º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D5ACE is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 90 206 -
CMYK 0.55 0.56 0 0.19
HSL 241.55º 0.54% 0.58% -
HSV(B) 241.55º 0.56% 0.81% -
XYZ 19.31 14.1 60.1 -
YUV 104.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 93 90 206 0.55 0.56 0 0.19 241.55 0.54 0.58
Hex 5D 5A CE 37 38 0 13 F2 36 3A
Octal 135 132 316 67 70 0 23 362 66 72
Binary 1011101 1011010 11001110 110111 111000 0 10011 11110010 110110 111010

Color Harmonies of #5D5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5ACE

Black with #5D5ACE

Text Example


Text Example

White with #5D5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D5ACE; }

 p { color: rgb(93,90,206); }

 H1.HeaderClassName
 {
   color: #5D5ACE;
 }
 .AnyTagClassName
 {
   color: #5D5ACE;
 }
</style>

background-color css

<style>
 a { background-color: #5D5ACE; }

 a { background-color: rgb(93,90,206); }

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

border-color css

<style>
 span { border-color: #5D5ACE; }

 span { border-color: rgb(93,90,206); }

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