Html Css Color HEX #594BCD Slate Blue

📋 copy color: '#594BCD'

red 89 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #594BCD

Tints of Slate Blue #594BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.33%

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

R = 24.12%
G = 20.33%
B = 55.56%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#594BCD (or 0x594BCD) is known color: Slate Blue. HEX triplet: 59, 4B and CD. RGB value is (89,75,205). Sum of RGB (Red+Green+Blue) = 89+75+205=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #594BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BCD is #A6B432. Grayscale: #5D5D5D. Windows color (decimal): -10925107 or 13454169. OLE color: 13454169.

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

Color convert

RGB 89 75 205 -
CMYK 0.57 0.63 0 0.20
HSL 246.46º 0.57% 0.55% -
HSV(B) 246.46º 0.63% 0.8% -
XYZ 17.66 11.56 59.06 -
YUV 94.01 190.64 124.43 -
System Red Green Blue C M Y K H S L
Decimal 89 75 205 0.57 0.63 0 0.20 246.46 0.57 0.55
Hex 59 4B CD 39 3F 0 14 F6 39 37
Octal 131 113 315 71 77 0 24 366 71 67
Binary 1011001 1001011 11001101 111001 111111 0 10100 11110110 111001 110111

Color Harmonies of #594BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BCD

Black with #594BCD

Text Example


Text Example

White with #594BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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