Html Css Color HEX #594DDB Slate Blue

📋 copy color: '#594DDB'

red 89 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #594DDB

Tints of Slate Blue #594DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20%

 BLUE value IS 219 (85.94% from 255) = 56.88%

R = 23.12%
G = 20%
B = 56.88%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#594DDB (or 0x594DDB) is known color: Slate Blue. HEX triplet: 59, 4D and DB. RGB value is (89,77,219). Sum of RGB (Red+Green+Blue) = 89+77+219=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #594DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DDB is #A6B224. Grayscale: #606060. Windows color (decimal): -10924581 or 14372185. OLE color: 14372185.

HSL color Cylindrical-coordinate representation of color #594DDB: hue angle of 245.07º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #594DDB is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 77 219 -
CMYK 0.59 0.65 0 0.14
HSL 245.07º 0.66% 0.58% -
HSV(B) 245.07º 0.65% 0.86% -
XYZ 19.56 12.55 68.41 -
YUV 96.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 89 77 219 0.59 0.65 0 0.14 245.07 0.66 0.58
Hex 59 4D DB 3B 41 0 E F5 42 3A
Octal 131 115 333 73 101 0 16 365 102 72
Binary 1011001 1001101 11011011 111011 1000001 0 1110 11110101 1000010 111010

Color Harmonies of #594DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DDB

Black with #594DDB

Text Example


Text Example

White with #594DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,77,219); }

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

background-color css

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

 a { background-color: rgb(89,77,219); }

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

border-color css

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

 span { border-color: rgb(89,77,219); }

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