Html Css Color HEX #5C56CA Slate Blue

📋 copy color: '#5C56CA'

red 92 ◦ green 86 ◦ blue 202

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

Shades of Slate Blue #5C56CA

Tints of Slate Blue #5C56CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.63%

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 24.21%
G = 22.63%
B = 53.16%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5C56CA (or 0x5C56CA) is known color: Slate Blue. HEX triplet: 5C, 56 and CA. RGB value is (92,86,202). Sum of RGB (Red+Green+Blue) = 92+86+202=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C56CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C56CA is #A3A935. Grayscale: #646464. Windows color (decimal): -10725686 or 13260380. OLE color: 13260380.

HSL color Cylindrical-coordinate representation of color #5C56CA: hue angle of 243.1º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C56CA is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 86 202 -
CMYK 0.54 0.57 0 0.21
HSL 243.1º 0.52% 0.56% -
HSV(B) 243.1º 0.57% 0.79% -
XYZ 18.4 13.2 57.45 -
YUV 101.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 92 86 202 0.54 0.57 0 0.21 243.1 0.52 0.56
Hex 5C 56 CA 36 39 0 15 F3 34 38
Octal 134 126 312 66 71 0 25 363 64 70
Binary 1011100 1010110 11001010 110110 111001 0 10101 11110011 110100 111000

Color Harmonies of #5C56CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C56CA

Black with #5C56CA

Text Example


Text Example

White with #5C56CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,86,202); }

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

background-color css

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

 a { background-color: rgb(92,86,202); }

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

border-color css

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

 span { border-color: rgb(92,86,202); }

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