Html Css Color HEX #594AD0 Slate Blue

📋 copy color: '#594AD0'

red 89 ◦ green 74 ◦ blue 208

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

Shades of Slate Blue #594AD0

Tints of Slate Blue #594AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.06%

R = 23.99%
G = 19.95%
B = 56.06%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#594AD0 (or 0x594AD0) is known color: Slate Blue. HEX triplet: 59, 4A and D0. RGB value is (89,74,208). Sum of RGB (Red+Green+Blue) = 89+74+208=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #594AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594AD0 is #A6B52F. Grayscale: #5D5D5D. Windows color (decimal): -10925360 or 13650521. OLE color: 13650521.

HSL color Cylindrical-coordinate representation of color #594AD0: hue angle of 246.72º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594AD0 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 74 208 -
CMYK 0.57 0.64 0 0.18
HSL 246.72º 0.59% 0.55% -
HSV(B) 246.72º 0.64% 0.82% -
XYZ 17.95 11.58 60.96 -
YUV 93.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 89 74 208 0.57 0.64 0 0.18 246.72 0.59 0.55
Hex 59 4A D0 39 40 0 12 F7 3B 37
Octal 131 112 320 71 100 0 22 367 73 67
Binary 1011001 1001010 11010000 111001 1000000 0 10010 11110111 111011 110111

Color Harmonies of #594AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594AD0

Black with #594AD0

Text Example


Text Example

White with #594AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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