Html Css Color HEX #5C57CC Slate Blue

📋 copy color: '#5C57CC'

red 92 ◦ green 87 ◦ blue 204

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

Shades of Slate Blue #5C57CC

Tints of Slate Blue #5C57CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 24.02%
G = 22.72%
B = 53.26%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C57CC (or 0x5C57CC) is known color: Slate Blue. HEX triplet: 5C, 57 and CC. RGB value is (92,87,204). Sum of RGB (Red+Green+Blue) = 92+87+204=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C57CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C57CC is #A3A833. Grayscale: #656565. Windows color (decimal): -10725428 or 13391708. OLE color: 13391708.

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

Color convert

RGB 92 87 204 -
CMYK 0.55 0.57 0 0.2
HSL 242.56º 0.53% 0.57% -
HSV(B) 242.56º 0.57% 0.8% -
XYZ 18.72 13.45 58.74 -
YUV 101.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 92 87 204 0.55 0.57 0 0.2 242.56 0.53 0.57
Hex 5C 57 CC 37 39 0 14 F3 35 39
Octal 134 127 314 67 71 0 24 363 65 71
Binary 1011100 1010111 11001100 110111 111001 0 10100 11110011 110101 111001

Color Harmonies of #5C57CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C57CC

Black with #5C57CC

Text Example


Text Example

White with #5C57CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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