Html Css Color HEX #594FD2 Slate Blue

📋 copy color: '#594FD2'

red 89 ◦ green 79 ◦ blue 210

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

Shades of Slate Blue #594FD2

Tints of Slate Blue #594FD2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.9%

 BLUE value IS 210 (82.42% from 255) = 55.56%

R = 23.54%
G = 20.9%
B = 55.56%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#594FD2 (or 0x594FD2) is known color: Slate Blue. HEX triplet: 59, 4F and D2. RGB value is (89,79,210). Sum of RGB (Red+Green+Blue) = 89+79+210=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #594FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FD2 is #A6B02D. Grayscale: #606060. Windows color (decimal): -10924078 or 13782873. OLE color: 13782873.

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

Color convert

RGB 89 79 210 -
CMYK 0.58 0.62 0 0.18
HSL 244.58º 0.59% 0.57% -
HSV(B) 244.58º 0.62% 0.82% -
XYZ 18.55 12.37 62.38 -
YUV 96.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 89 79 210 0.58 0.62 0 0.18 244.58 0.59 0.57
Hex 59 4F D2 3A 3E 0 12 F5 3B 39
Octal 131 117 322 72 76 0 22 365 73 71
Binary 1011001 1001111 11010010 111010 111110 0 10010 11110101 111011 111001

Color Harmonies of #594FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FD2

Black with #594FD2

Text Example


Text Example

White with #594FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,79,210); }

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

background-color css

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

 a { background-color: rgb(89,79,210); }

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

border-color css

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

 span { border-color: rgb(89,79,210); }

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