Html Css Color HEX #594FC6 Slate Blue

📋 copy color: '#594FC6'

red 89 ◦ green 79 ◦ blue 198

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

Shades of Slate Blue #594FC6

Tints of Slate Blue #594FC6

RGB

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

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

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

R = 24.32%
G = 21.58%
B = 54.1%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#594FC6 (or 0x594FC6) is known color: Slate Blue. HEX triplet: 59, 4F and C6. RGB value is (89,79,198). Sum of RGB (Red+Green+Blue) = 89+79+198=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #594FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FC6 is #A6B039. Grayscale: #5F5F5F. Windows color (decimal): -10924090 or 12996441. OLE color: 12996441.

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

Color convert

RGB 89 79 198 -
CMYK 0.55 0.60 0 0.22
HSL 245.04º 0.51% 0.54% -
HSV(B) 245.04º 0.6% 0.78% -
XYZ 17.11 11.79 54.8 -
YUV 95.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 89 79 198 0.55 0.60 0 0.22 245.04 0.51 0.54
Hex 59 4F C6 37 3C 0 16 F5 33 36
Octal 131 117 306 67 74 0 26 365 63 66
Binary 1011001 1001111 11000110 110111 111100 0 10110 11110101 110011 110110

Color Harmonies of #594FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FC6

Black with #594FC6

Text Example


Text Example

White with #594FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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