Html Css Color HEX #594AD6 Slate Blue

📋 copy color: '#594AD6'

red 89 ◦ green 74 ◦ blue 214

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

Shades of Slate Blue #594AD6

Tints of Slate Blue #594AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 214 (83.98% from 255) = 56.76%

R = 23.61%
G = 19.63%
B = 56.76%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#594AD6 (or 0x594AD6) is known color: Slate Blue. HEX triplet: 59, 4A and D6. RGB value is (89,74,214). Sum of RGB (Red+Green+Blue) = 89+74+214=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #594AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594AD6 is #A6B529. Grayscale: #5D5D5D. Windows color (decimal): -10925354 or 14043737. OLE color: 14043737.

HSL color Cylindrical-coordinate representation of color #594AD6: hue angle of 246.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #594AD6 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 74 214 -
CMYK 0.58 0.65 0 0.16
HSL 246.43º 0.63% 0.56% -
HSV(B) 246.43º 0.65% 0.84% -
XYZ 18.71 11.88 64.92 -
YUV 94.45 195.47 124.12 -
System Red Green Blue C M Y K H S L
Decimal 89 74 214 0.58 0.65 0 0.16 246.43 0.63 0.56
Hex 59 4A D6 3A 41 0 10 F6 3F 38
Octal 131 112 326 72 101 0 20 366 77 70
Binary 1011001 1001010 11010110 111010 1000001 0 10000 11110110 111111 111000

Color Harmonies of #594AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594AD6

Black with #594AD6

Text Example


Text Example

White with #594AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,74,214); }

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

background-color css

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

 a { background-color: rgb(89,74,214); }

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

border-color css

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

 span { border-color: rgb(89,74,214); }

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