Html Css Color HEX #5C57CF Slate Blue

📋 copy color: '#5C57CF'

red 92 ◦ green 87 ◦ blue 207

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

Shades of Slate Blue #5C57CF

Tints of Slate Blue #5C57CF

RGB

 RED value IS 92 (36.33% from 255) = 23.83%

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 23.83%
G = 22.54%
B = 53.63%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C57CF (or 0x5C57CF) is known color: Slate Blue. HEX triplet: 5C, 57 and CF. RGB value is (92,87,207). Sum of RGB (Red+Green+Blue) = 92+87+207=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C57CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C57CF is #A3A830. Grayscale: #656565. Windows color (decimal): -10725425 or 13588316. OLE color: 13588316.

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

Color convert

RGB 92 87 207 -
CMYK 0.56 0.58 0 0.19
HSL 242.5º 0.56% 0.58% -
HSV(B) 242.5º 0.58% 0.81% -
XYZ 19.08 13.6 60.65 -
YUV 102.18 187.16 120.74 -
System Red Green Blue C M Y K H S L
Decimal 92 87 207 0.56 0.58 0 0.19 242.5 0.56 0.58
Hex 5C 57 CF 38 3A 0 13 F2 38 3A
Octal 134 127 317 70 72 0 23 362 70 72
Binary 1011100 1010111 11001111 111000 111010 0 10011 11110010 111000 111010

Color Harmonies of #5C57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C57CF

Black with #5C57CF

Text Example


Text Example

White with #5C57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,87,207); }

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

background-color css

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

 a { background-color: rgb(92,87,207); }

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

border-color css

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

 span { border-color: rgb(92,87,207); }

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