Html Css Color HEX #594ADF Slate Blue

📋 copy color: '#594ADF'

red 89 ◦ green 74 ◦ blue 223

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

Shades of Slate Blue #594ADF

Tints of Slate Blue #594ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 23.06%
G = 19.17%
B = 57.77%

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

#594ADF (or 0x594ADF) is known color: Slate Blue. HEX triplet: 59, 4A and DF. RGB value is (89,74,223). Sum of RGB (Red+Green+Blue) = 89+74+223=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #594ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594ADF is #A6B520. Grayscale: #5E5E5E. Windows color (decimal): -10925345 or 14633561. OLE color: 14633561.

HSL color Cylindrical-coordinate representation of color #594ADF: hue angle of 246.04º degrees, saturation: 0.7, 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 #594ADF is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 74 223 -
CMYK 0.60 0.67 0 0.13
HSL 246.04º 0.7% 0.58% -
HSV(B) 246.04º 0.67% 0.87% -
XYZ 19.89 12.35 71.15 -
YUV 95.47 199.97 123.38 -
System Red Green Blue C M Y K H S L
Decimal 89 74 223 0.60 0.67 0 0.13 246.04 0.7 0.58
Hex 59 4A DF 3C 43 0 D F6 46 3A
Octal 131 112 337 74 103 0 15 366 106 72
Binary 1011001 1001010 11011111 111100 1000011 0 1101 11110110 1000110 111010

Color Harmonies of #594ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594ADF

Black with #594ADF

Text Example


Text Example

White with #594ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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