Html Css Color HEX #593DDD Slate Blue

📋 copy color: '#593DDD'

red 89 ◦ green 61 ◦ blue 221

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

Shades of Slate Blue #593DDD

Tints of Slate Blue #593DDD

RGB

 RED value IS 89 (35.16% from 255) = 23.99%

 GREEN value IS 61 (24.22% from 255) = 16.44%

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

R = 23.99%
G = 16.44%
B = 59.57%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#593DDD (or 0x593DDD) is known color: Slate Blue. HEX triplet: 59, 3D and DD. RGB value is (89,61,221). Sum of RGB (Red+Green+Blue) = 89+61+221=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #593DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DDD is #A6C222. Grayscale: #575757. Windows color (decimal): -10928675 or 14499161. OLE color: 14499161.

HSL color Cylindrical-coordinate representation of color #593DDD: hue angle of 250.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #593DDD is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 61 221 -
CMYK 0.60 0.72 0 0.13
HSL 250.5º 0.7% 0.55% -
HSV(B) 250.5º 0.72% 0.87% -
XYZ 18.84 10.68 69.48 -
YUV 87.61 203.28 128.99 -
System Red Green Blue C M Y K H S L
Decimal 89 61 221 0.60 0.72 0 0.13 250.5 0.7 0.55
Hex 59 3D DD 3C 48 0 D FB 46 37
Octal 131 75 335 74 110 0 15 373 106 67
Binary 1011001 111101 11011101 111100 1001000 0 1101 11111011 1000110 110111

Color Harmonies of #593DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593DDD

Black with #593DDD

Text Example


Text Example

White with #593DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593DDD; }

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

 H1.HeaderClassName
 {
   color: #593DDD;
 }
 .AnyTagClassName
 {
   color: #593DDD;
 }
</style>

background-color css

<style>
 a { background-color: #593DDD; }

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

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

border-color css

<style>
 span { border-color: #593DDD; }

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

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