Html Css Color HEX #594FC9 Slate Blue

📋 copy color: '#594FC9'

red 89 ◦ green 79 ◦ blue 201

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

Shades of Slate Blue #594FC9

Tints of Slate Blue #594FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.47%

R = 24.12%
G = 21.41%
B = 54.47%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#594FC9 (or 0x594FC9) is known color: Slate Blue. HEX triplet: 59, 4F and C9. RGB value is (89,79,201). Sum of RGB (Red+Green+Blue) = 89+79+201=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 201 (78.91% from 255 or 54.47% from 369); Max value from RGB is 201 - color contains mainly: blue. Hex color #594FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FC9 is #A6B036. Grayscale: #5F5F5F. Windows color (decimal): -10924087 or 13193049. OLE color: 13193049.

HSL color Cylindrical-coordinate representation of color #594FC9: hue angle of 244.92º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594FC9 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 79 201 -
CMYK 0.56 0.61 0 0.21
HSL 244.92º 0.53% 0.55% -
HSV(B) 244.92º 0.61% 0.79% -
XYZ 17.46 11.93 56.64 -
YUV 95.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 89 79 201 0.56 0.61 0 0.21 244.92 0.53 0.55
Hex 59 4F C9 38 3D 0 15 F5 35 37
Octal 131 117 311 70 75 0 25 365 65 67
Binary 1011001 1001111 11001001 111000 111101 0 10101 11110101 110101 110111

Color Harmonies of #594FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FC9

Black with #594FC9

Text Example


Text Example

White with #594FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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