Html Css Color HEX #594ADA Slate Blue

📋 copy color: '#594ADA'

red 89 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #594ADA

Tints of Slate Blue #594ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 23.36%
G = 19.42%
B = 57.22%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#594ADA (or 0x594ADA) is known color: Slate Blue. HEX triplet: 59, 4A and DA. RGB value is (89,74,218). Sum of RGB (Red+Green+Blue) = 89+74+218=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #594ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ADA is #A6B525. Grayscale: #5E5E5E. Windows color (decimal): -10925350 or 14305881. OLE color: 14305881.

HSL color Cylindrical-coordinate representation of color #594ADA: hue angle of 246.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #594ADA is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 74 218 -
CMYK 0.59 0.66 0 0.15
HSL 246.25º 0.66% 0.57% -
HSV(B) 246.25º 0.66% 0.85% -
XYZ 19.22 12.08 67.65 -
YUV 94.9 197.47 123.79 -
System Red Green Blue C M Y K H S L
Decimal 89 74 218 0.59 0.66 0 0.15 246.25 0.66 0.57
Hex 59 4A DA 3B 42 0 F F6 42 39
Octal 131 112 332 73 102 0 17 366 102 71
Binary 1011001 1001010 11011010 111011 1000010 0 1111 11110110 1000010 111001

Color Harmonies of #594ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594ADA

Black with #594ADA

Text Example


Text Example

White with #594ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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