Html Css Color HEX #594AC3 Slate Blue

📋 copy color: '#594AC3'

red 89 ◦ green 74 ◦ blue 195

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

Shades of Slate Blue #594AC3

Tints of Slate Blue #594AC3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

 BLUE value IS 195 (76.56% from 255) = 54.47%

R = 24.86%
G = 20.67%
B = 54.47%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#594AC3 (or 0x594AC3) is known color: Slate Blue. HEX triplet: 59, 4A and C3. RGB value is (89,74,195). Sum of RGB (Red+Green+Blue) = 89+74+195=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 195 (76.56% from 255 or 54.47% from 358); Max value from RGB is 195 - color contains mainly: blue. Hex color #594AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594AC3 is #A6B53C. Grayscale: #5B5B5B. Windows color (decimal): -10925373 or 12798553. OLE color: 12798553.

HSL color Cylindrical-coordinate representation of color #594AC3: hue angle of 247.44º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594AC3 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 74 195 -
CMYK 0.54 0.62 0 0.24
HSL 247.44º 0.5% 0.53% -
HSV(B) 247.44º 0.62% 0.76% -
XYZ 16.42 10.96 52.88 -
YUV 92.28 185.97 125.66 -
System Red Green Blue C M Y K H S L
Decimal 89 74 195 0.54 0.62 0 0.24 247.44 0.5 0.53
Hex 59 4A C3 36 3E 0 18 F7 32 35
Octal 131 112 303 66 76 0 30 367 62 65
Binary 1011001 1001010 11000011 110110 111110 0 11000 11110111 110010 110101

Color Harmonies of #594AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594AC3

Black with #594AC3

Text Example


Text Example

White with #594AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,74,195); }

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

background-color css

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

 a { background-color: rgb(89,74,195); }

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

border-color css

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

 span { border-color: rgb(89,74,195); }

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