Html Css Color HEX #5C59DD Slate Blue

📋 copy color: '#5C59DD'

red 92 ◦ green 89 ◦ blue 221

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

Shades of Slate Blue #5C59DD

Tints of Slate Blue #5C59DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 22.89%
G = 22.14%
B = 54.98%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5C59DD (or 0x5C59DD) is known color: Slate Blue. HEX triplet: 5C, 59 and DD. RGB value is (92,89,221). Sum of RGB (Red+Green+Blue) = 92+89+221=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C59DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C59DD is #A3A622. Grayscale: #686868. Windows color (decimal): -10724899 or 14506332. OLE color: 14506332.

HSL color Cylindrical-coordinate representation of color #5C59DD: hue angle of 241.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C59DD is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 89 221 -
CMYK 0.58 0.60 0 0.13
HSL 241.36º 0.66% 0.61% -
HSV(B) 241.36º 0.6% 0.87% -
XYZ 21.04 14.64 70.12 -
YUV 104.95 193.49 118.77 -
System Red Green Blue C M Y K H S L
Decimal 92 89 221 0.58 0.60 0 0.13 241.36 0.66 0.61
Hex 5C 59 DD 3A 3C 0 D F1 42 3D
Octal 134 131 335 72 74 0 15 361 102 75
Binary 1011100 1011001 11011101 111010 111100 0 1101 11110001 1000010 111101

Color Harmonies of #5C59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C59DD

Black with #5C59DD

Text Example


Text Example

White with #5C59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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