Html Css Color HEX #5C59CD Slate Blue

📋 copy color: '#5C59CD'

red 92 ◦ green 89 ◦ blue 205

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

Shades of Slate Blue #5C59CD

Tints of Slate Blue #5C59CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

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

R = 23.83%
G = 23.06%
B = 53.11%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C59CD (or 0x5C59CD) is known color: Slate Blue. HEX triplet: 5C, 59 and CD. RGB value is (92,89,205). Sum of RGB (Red+Green+Blue) = 92+89+205=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C59CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C59CD is #A3A632. Grayscale: #666666. Windows color (decimal): -10724915 or 13457756. OLE color: 13457756.

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

Color convert

RGB 92 89 205 -
CMYK 0.55 0.57 0 0.20
HSL 241.55º 0.54% 0.58% -
HSV(B) 241.55º 0.57% 0.8% -
XYZ 19.01 13.83 59.42 -
YUV 103.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 92 89 205 0.55 0.57 0 0.20 241.55 0.54 0.58
Hex 5C 59 CD 37 39 0 14 F2 36 3A
Octal 134 131 315 67 71 0 24 362 66 72
Binary 1011100 1011001 11001101 110111 111001 0 10100 11110010 110110 111010

Color Harmonies of #5C59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C59CD

Black with #5C59CD

Text Example


Text Example

White with #5C59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,89,205); }

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

background-color css

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

 a { background-color: rgb(92,89,205); }

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

border-color css

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

 span { border-color: rgb(92,89,205); }

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