Html Css Color HEX #594ADE Slate Blue

📋 copy color: '#594ADE'

red 89 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #594ADE

Tints of Slate Blue #594ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 23.12%
G = 19.22%
B = 57.66%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#594ADE (or 0x594ADE) is known color: Slate Blue. HEX triplet: 59, 4A and DE. RGB value is (89,74,222). Sum of RGB (Red+Green+Blue) = 89+74+222=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #594ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ADE is #A6B521. Grayscale: #5E5E5E. Windows color (decimal): -10925346 or 14568025. OLE color: 14568025.

HSL color Cylindrical-coordinate representation of color #594ADE: hue angle of 246.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #594ADE is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 74 222 -
CMYK 0.60 0.67 0 0.13
HSL 246.08º 0.69% 0.58% -
HSV(B) 246.08º 0.67% 0.87% -
XYZ 19.75 12.3 70.44 -
YUV 95.36 199.47 123.47 -
System Red Green Blue C M Y K H S L
Decimal 89 74 222 0.60 0.67 0 0.13 246.08 0.69 0.58
Hex 59 4A DE 3C 43 0 D F6 45 3A
Octal 131 112 336 74 103 0 15 366 105 72
Binary 1011001 1001010 11011110 111100 1000011 0 1101 11110110 1000101 111010

Color Harmonies of #594ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594ADE

Black with #594ADE

Text Example


Text Example

White with #594ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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