Html Css Color HEX #594EC6 Slate Blue

📋 copy color: '#594EC6'

red 89 ◦ green 78 ◦ blue 198

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

Shades of Slate Blue #594EC6

Tints of Slate Blue #594EC6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

 BLUE value IS 198 (77.73% from 255) = 54.25%

R = 24.38%
G = 21.37%
B = 54.25%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#594EC6 (or 0x594EC6) is known color: Slate Blue. HEX triplet: 59, 4E and C6. RGB value is (89,78,198). Sum of RGB (Red+Green+Blue) = 89+78+198=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #594EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EC6 is #A6B139. Grayscale: #5E5E5E. Windows color (decimal): -10924346 or 12996185. OLE color: 12996185.

HSL color Cylindrical-coordinate representation of color #594EC6: hue angle of 245.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594EC6 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 78 198 -
CMYK 0.55 0.61 0 0.22
HSL 245.5º 0.51% 0.54% -
HSV(B) 245.5º 0.61% 0.78% -
XYZ 17.04 11.65 54.78 -
YUV 94.97 186.14 123.74 -
System Red Green Blue C M Y K H S L
Decimal 89 78 198 0.55 0.61 0 0.22 245.5 0.51 0.54
Hex 59 4E C6 37 3D 0 16 F6 33 36
Octal 131 116 306 67 75 0 26 366 63 66
Binary 1011001 1001110 11000110 110111 111101 0 10110 11110110 110011 110110

Color Harmonies of #594EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594EC6

Black with #594EC6

Text Example


Text Example

White with #594EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,78,198); }

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

background-color css

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

 a { background-color: rgb(89,78,198); }

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

border-color css

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

 span { border-color: rgb(89,78,198); }

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