Html Css Color HEX #594BDA Slate Blue

📋 copy color: '#594BDA'

red 89 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #594BDA

Tints of Slate Blue #594BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.07%

R = 23.3%
G = 19.63%
B = 57.07%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#594BDA (or 0x594BDA) is known color: Slate Blue. HEX triplet: 59, 4B and DA. RGB value is (89,75,218). Sum of RGB (Red+Green+Blue) = 89+75+218=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #594BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BDA is #A6B425. Grayscale: #5E5E5E. Windows color (decimal): -10925094 or 14306137. OLE color: 14306137.

HSL color Cylindrical-coordinate representation of color #594BDA: hue angle of 245.87º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #594BDA is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 75 218 -
CMYK 0.59 0.66 0 0.15
HSL 245.87º 0.66% 0.57% -
HSV(B) 245.87º 0.66% 0.85% -
XYZ 19.29 12.22 67.67 -
YUV 95.49 197.14 123.37 -
System Red Green Blue C M Y K H S L
Decimal 89 75 218 0.59 0.66 0 0.15 245.87 0.66 0.57
Hex 59 4B DA 3B 42 0 F F6 42 39
Octal 131 113 332 73 102 0 17 366 102 71
Binary 1011001 1001011 11011010 111011 1000010 0 1111 11110110 1000010 111001

Color Harmonies of #594BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BDA

Black with #594BDA

Text Example


Text Example

White with #594BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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