Html Css Color HEX #594FE0 Slate Blue

📋 copy color: '#594FE0'

red 89 ◦ green 79 ◦ blue 224

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

Shades of Slate Blue #594FE0

Tints of Slate Blue #594FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.14%

R = 22.7%
G = 20.15%
B = 57.14%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#594FE0 (or 0x594FE0) is known color: Slate Blue. HEX triplet: 59, 4F and E0. RGB value is (89,79,224). Sum of RGB (Red+Green+Blue) = 89+79+224=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #594FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FE0 is #A6B01F. Grayscale: #616161. Windows color (decimal): -10924064 or 14700377. OLE color: 14700377.

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

Color convert

RGB 89 79 224 -
CMYK 0.60 0.65 0 0.12
HSL 244.14º 0.7% 0.59% -
HSV(B) 244.14º 0.65% 0.88% -
XYZ 20.37 13.1 71.98 -
YUV 98.52 198.81 121.21 -
System Red Green Blue C M Y K H S L
Decimal 89 79 224 0.60 0.65 0 0.12 244.14 0.7 0.59
Hex 59 4F E0 3C 41 0 C F4 46 3B
Octal 131 117 340 74 101 0 14 364 106 73
Binary 1011001 1001111 11100000 111100 1000001 0 1100 11110100 1000110 111011

Color Harmonies of #594FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FE0

Black with #594FE0

Text Example


Text Example

White with #594FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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