Html Css Color HEX #594BDF Slate Blue

📋 copy color: '#594BDF'

red 89 ◦ green 75 ◦ blue 223

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

Shades of Slate Blue #594BDF

Tints of Slate Blue #594BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 23%
G = 19.38%
B = 57.62%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#594BDF (or 0x594BDF) is known color: Slate Blue. HEX triplet: 59, 4B and DF. RGB value is (89,75,223). Sum of RGB (Red+Green+Blue) = 89+75+223=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #594BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BDF is #A6B420. Grayscale: #5F5F5F. Windows color (decimal): -10925089 or 14633817. OLE color: 14633817.

HSL color Cylindrical-coordinate representation of color #594BDF: hue angle of 245.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #594BDF is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 75 223 -
CMYK 0.60 0.66 0 0.13
HSL 245.68º 0.7% 0.58% -
HSV(B) 245.68º 0.66% 0.87% -
XYZ 19.96 12.48 71.17 -
YUV 96.06 199.64 122.97 -
System Red Green Blue C M Y K H S L
Decimal 89 75 223 0.60 0.66 0 0.13 245.68 0.7 0.58
Hex 59 4B DF 3C 42 0 D F6 46 3A
Octal 131 113 337 74 102 0 15 366 106 72
Binary 1011001 1001011 11011111 111100 1000010 0 1101 11110110 1000110 111010

Color Harmonies of #594BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BDF

Black with #594BDF

Text Example


Text Example

White with #594BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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