Html Css Color HEX #595DDC Slate Blue

📋 copy color: '#595DDC'

red 89 ◦ green 93 ◦ blue 220

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

Shades of Slate Blue #595DDC

Tints of Slate Blue #595DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 22.14%
G = 23.13%
B = 54.73%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#595DDC (or 0x595DDC) is known color: Slate Blue. HEX triplet: 59, 5D and DC. RGB value is (89,93,220). Sum of RGB (Red+Green+Blue) = 89+93+220=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #595DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DDC is #A6A223. Grayscale: #696969. Windows color (decimal): -10920484 or 14441817. OLE color: 14441817.

HSL color Cylindrical-coordinate representation of color #595DDC: hue angle of 238.17º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595DDC is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 93 220 -
CMYK 0.60 0.58 0 0.14
HSL 238.17º 0.65% 0.61% -
HSV(B) 238.17º 0.6% 0.86% -
XYZ 20.95 15.12 69.52 -
YUV 106.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 89 93 220 0.60 0.58 0 0.14 238.17 0.65 0.61
Hex 59 5D DC 3C 3A 0 E EE 41 3D
Octal 131 135 334 74 72 0 16 356 101 75
Binary 1011001 1011101 11011100 111100 111010 0 1110 11101110 1000001 111101

Color Harmonies of #595DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DDC

Black with #595DDC

Text Example


Text Example

White with #595DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595DDC; }

 p { color: rgb(89,93,220); }

 H1.HeaderClassName
 {
   color: #595DDC;
 }
 .AnyTagClassName
 {
   color: #595DDC;
 }
</style>

background-color css

<style>
 a { background-color: #595DDC; }

 a { background-color: rgb(89,93,220); }

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

border-color css

<style>
 span { border-color: #595DDC; }

 span { border-color: rgb(89,93,220); }

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