Html Css Color HEX #5D57CE Slate Blue

📋 copy color: '#5D57CE'

red 93 ◦ green 87 ◦ blue 206

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

Shades of Slate Blue #5D57CE

Tints of Slate Blue #5D57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

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

R = 24.09%
G = 22.54%
B = 53.37%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D57CE (or 0x5D57CE) is known color: Slate Blue. HEX triplet: 5D, 57 and CE. RGB value is (93,87,206). Sum of RGB (Red+Green+Blue) = 93+87+206=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D57CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D57CE is #A2A831. Grayscale: #656565. Windows color (decimal): -10659890 or 13522781. OLE color: 13522781.

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

Color convert

RGB 93 87 206 -
CMYK 0.55 0.58 0 0.19
HSL 243.03º 0.55% 0.57% -
HSV(B) 243.03º 0.58% 0.81% -
XYZ 19.06 13.6 60.01 -
YUV 102.36 186.49 121.32 -
System Red Green Blue C M Y K H S L
Decimal 93 87 206 0.55 0.58 0 0.19 243.03 0.55 0.57
Hex 5D 57 CE 37 3A 0 13 F3 37 39
Octal 135 127 316 67 72 0 23 363 67 71
Binary 1011101 1010111 11001110 110111 111010 0 10011 11110011 110111 111001

Color Harmonies of #5D57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D57CE

Black with #5D57CE

Text Example


Text Example

White with #5D57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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