Html Css Color HEX #594CC6 Slate Blue

📋 copy color: '#594CC6'

red 89 ◦ green 76 ◦ blue 198

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

Shades of Slate Blue #594CC6

Tints of Slate Blue #594CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.94%

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

R = 24.52%
G = 20.94%
B = 54.55%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#594CC6 (or 0x594CC6) is known color: Slate Blue. HEX triplet: 59, 4C and C6. RGB value is (89,76,198). Sum of RGB (Red+Green+Blue) = 89+76+198=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #594CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CC6 is #A6B339. Grayscale: #5D5D5D. Windows color (decimal): -10924858 or 12995673. OLE color: 12995673.

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

Color convert

RGB 89 76 198 -
CMYK 0.55 0.62 0 0.22
HSL 246.39º 0.52% 0.54% -
HSV(B) 246.39º 0.62% 0.78% -
XYZ 16.9 11.37 54.73 -
YUV 93.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 89 76 198 0.55 0.62 0 0.22 246.39 0.52 0.54
Hex 59 4C C6 37 3E 0 16 F6 34 36
Octal 131 114 306 67 76 0 26 366 64 66
Binary 1011001 1001100 11000110 110111 111110 0 10110 11110110 110100 110110

Color Harmonies of #594CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594CC6

Black with #594CC6

Text Example


Text Example

White with #594CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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