Html Css Color HEX #594DDD Slate Blue

📋 copy color: '#594DDD'

red 89 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #594DDD

Tints of Slate Blue #594DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.9%

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

R = 23%
G = 19.9%
B = 57.11%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#594DDD (or 0x594DDD) is known color: Slate Blue. HEX triplet: 59, 4D and DD. RGB value is (89,77,221). Sum of RGB (Red+Green+Blue) = 89+77+221=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #594DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DDD is #A6B222. Grayscale: #606060. Windows color (decimal): -10924579 or 14503257. OLE color: 14503257.

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

Color convert

RGB 89 77 221 -
CMYK 0.60 0.65 0 0.13
HSL 245º 0.68% 0.58% -
HSV(B) 245º 0.65% 0.87% -
XYZ 19.82 12.65 69.8 -
YUV 97 197.98 122.29 -
System Red Green Blue C M Y K H S L
Decimal 89 77 221 0.60 0.65 0 0.13 245 0.68 0.58
Hex 59 4D DD 3C 41 0 D F5 44 3A
Octal 131 115 335 74 101 0 15 365 104 72
Binary 1011001 1001101 11011101 111100 1000001 0 1101 11110101 1000100 111010

Color Harmonies of #594DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DDD

Black with #594DDD

Text Example


Text Example

White with #594DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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