Html Css Color HEX #5E60CD Slate Blue

📋 copy color: '#5E60CD'

red 94 ◦ green 96 ◦ blue 205

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

Shades of Slate Blue #5E60CD

Tints of Slate Blue #5E60CD

RGB

 RED value IS 94 (37.11% from 255) = 23.8%

 GREEN value IS 96 (37.89% from 255) = 24.3%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 23.8%
G = 24.3%
B = 51.9%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E60CD (or 0x5E60CD) is known color: Slate Blue. HEX triplet: 5E, 60 and CD. RGB value is (94,96,205). Sum of RGB (Red+Green+Blue) = 94+96+205=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E60CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E60CD is #A19F32. Grayscale: #6B6B6B. Windows color (decimal): -10592051 or 13459550. OLE color: 13459550.

HSL color Cylindrical-coordinate representation of color #5E60CD: hue angle of 238.92º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E60CD is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 96 205 -
CMYK 0.54 0.53 0 0.20
HSL 238.92º 0.53% 0.59% -
HSV(B) 238.92º 0.54% 0.8% -
XYZ 19.82 15.15 59.64 -
YUV 107.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 94 96 205 0.54 0.53 0 0.20 238.92 0.53 0.59
Hex 5E 60 CD 36 35 0 14 EF 35 3B
Octal 136 140 315 66 65 0 24 357 65 73
Binary 1011110 1100000 11001101 110110 110101 0 10100 11101111 110101 111011

Color Harmonies of #5E60CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E60CD

Black with #5E60CD

Text Example


Text Example

White with #5E60CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,205); }

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

background-color css

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

 a { background-color: rgb(94,96,205); }

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

border-color css

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

 span { border-color: rgb(94,96,205); }

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