Html Css Color HEX #594DCF Slate Blue

📋 copy color: '#594DCF'

red 89 ◦ green 77 ◦ blue 207

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

Shades of Slate Blue #594DCF

Tints of Slate Blue #594DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 23.86%
G = 20.64%
B = 55.5%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#594DCF (or 0x594DCF) is known color: Slate Blue. HEX triplet: 59, 4D and CF. RGB value is (89,77,207). Sum of RGB (Red+Green+Blue) = 89+77+207=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #594DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DCF is #A6B230. Grayscale: #5E5E5E. Windows color (decimal): -10924593 or 13585753. OLE color: 13585753.

HSL color Cylindrical-coordinate representation of color #594DCF: hue angle of 245.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594DCF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 77 207 -
CMYK 0.57 0.63 0 0.19
HSL 245.54º 0.58% 0.56% -
HSV(B) 245.54º 0.63% 0.81% -
XYZ 18.04 11.94 60.38 -
YUV 95.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 89 77 207 0.57 0.63 0 0.19 245.54 0.58 0.56
Hex 59 4D CF 39 3F 0 13 F6 3A 38
Octal 131 115 317 71 77 0 23 366 72 70
Binary 1011001 1001101 11001111 111001 111111 0 10011 11110110 111010 111000

Color Harmonies of #594DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DCF

Black with #594DCF

Text Example


Text Example

White with #594DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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