Html Css Color HEX #594FD8 Slate Blue

📋 copy color: '#594FD8'

red 89 ◦ green 79 ◦ blue 216

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

Shades of Slate Blue #594FD8

Tints of Slate Blue #594FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.25%

R = 23.18%
G = 20.57%
B = 56.25%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#594FD8 (or 0x594FD8) is known color: Slate Blue. HEX triplet: 59, 4F and D8. RGB value is (89,79,216). Sum of RGB (Red+Green+Blue) = 89+79+216=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 216 (84.77% from 255 or 56.25% from 384); Max value from RGB is 216 - color contains mainly: blue. Hex color #594FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FD8 is #A6B027. Grayscale: #616161. Windows color (decimal): -10924072 or 14176089. OLE color: 14176089.

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

Color convert

RGB 89 79 216 -
CMYK 0.59 0.63 0 0.15
HSL 244.38º 0.64% 0.58% -
HSV(B) 244.38º 0.63% 0.85% -
XYZ 19.31 12.67 66.39 -
YUV 97.61 194.81 121.86 -
System Red Green Blue C M Y K H S L
Decimal 89 79 216 0.59 0.63 0 0.15 244.38 0.64 0.58
Hex 59 4F D8 3B 3F 0 F F4 40 3A
Octal 131 117 330 73 77 0 17 364 100 72
Binary 1011001 1001111 11011000 111011 111111 0 1111 11110100 1000000 111010

Color Harmonies of #594FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FD8

Black with #594FD8

Text Example


Text Example

White with #594FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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