Html Css Color HEX #594DDF Slate Blue

📋 copy color: '#594DDF'

red 89 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #594DDF

Tints of Slate Blue #594DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 22.88%
G = 19.79%
B = 57.33%

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

#594DDF (or 0x594DDF) is known color: Slate Blue. HEX triplet: 59, 4D and DF. RGB value is (89,77,223). Sum of RGB (Red+Green+Blue) = 89+77+223=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #594DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DDF is #A6B220. Grayscale: #606060. Windows color (decimal): -10924577 or 14634329. OLE color: 14634329.

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

Color convert

RGB 89 77 223 -
CMYK 0.60 0.65 0 0.13
HSL 244.93º 0.7% 0.59% -
HSV(B) 244.93º 0.65% 0.87% -
XYZ 20.09 12.76 71.22 -
YUV 97.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 89 77 223 0.60 0.65 0 0.13 244.93 0.7 0.59
Hex 59 4D DF 3C 41 0 D F5 46 3B
Octal 131 115 337 74 101 0 15 365 106 73
Binary 1011001 1001101 11011111 111100 1000001 0 1101 11110101 1000110 111011

Color Harmonies of #594DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DDF

Black with #594DDF

Text Example


Text Example

White with #594DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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