Html Css Color HEX #594FCD Slate Blue

📋 copy color: '#594FCD'

red 89 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #594FCD

Tints of Slate Blue #594FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 23.86%
G = 21.18%
B = 54.96%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#594FCD (or 0x594FCD) is known color: Slate Blue. HEX triplet: 59, 4F and CD. RGB value is (89,79,205). Sum of RGB (Red+Green+Blue) = 89+79+205=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #594FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FCD is #A6B032. Grayscale: #5F5F5F. Windows color (decimal): -10924083 or 13455193. OLE color: 13455193.

HSL color Cylindrical-coordinate representation of color #594FCD: hue angle of 244.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594FCD is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 79 205 -
CMYK 0.57 0.61 0 0.20
HSL 244.76º 0.56% 0.56% -
HSV(B) 244.76º 0.61% 0.8% -
XYZ 17.94 12.12 59.15 -
YUV 96.35 189.31 122.75 -
System Red Green Blue C M Y K H S L
Decimal 89 79 205 0.57 0.61 0 0.20 244.76 0.56 0.56
Hex 59 4F CD 39 3D 0 14 F5 38 38
Octal 131 117 315 71 75 0 24 365 70 70
Binary 1011001 1001111 11001101 111001 111101 0 10100 11110101 111000 111000

Color Harmonies of #594FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FCD

Black with #594FCD

Text Example


Text Example

White with #594FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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