Html Css Color HEX #594FDC Slate Blue

📋 copy color: '#594FDC'

red 89 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #594FDC

Tints of Slate Blue #594FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.36%

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 22.94%
G = 20.36%
B = 56.7%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#594FDC (or 0x594FDC) is known color: Slate Blue. HEX triplet: 59, 4F and DC. RGB value is (89,79,220). Sum of RGB (Red+Green+Blue) = 89+79+220=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #594FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FDC is #A6B023. Grayscale: #616161. Windows color (decimal): -10924068 or 14438233. OLE color: 14438233.

HSL color Cylindrical-coordinate representation of color #594FDC: hue angle of 244.26º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594FDC is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 79 220 -
CMYK 0.60 0.64 0 0.14
HSL 244.26º 0.67% 0.59% -
HSV(B) 244.26º 0.64% 0.86% -
XYZ 19.83 12.88 69.15 -
YUV 98.06 196.81 121.54 -
System Red Green Blue C M Y K H S L
Decimal 89 79 220 0.60 0.64 0 0.14 244.26 0.67 0.59
Hex 59 4F DC 3C 40 0 E F4 43 3B
Octal 131 117 334 74 100 0 16 364 103 73
Binary 1011001 1001111 11011100 111100 1000000 0 1110 11110100 1000011 111011

Color Harmonies of #594FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FDC

Black with #594FDC

Text Example


Text Example

White with #594FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,79,220); }

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

background-color css

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

 a { background-color: rgb(89,79,220); }

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

border-color css

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

 span { border-color: rgb(89,79,220); }

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