Html Css Color HEX #595FDC Slate Blue

📋 copy color: '#595FDC'

red 89 ◦ green 95 ◦ blue 220

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

Shades of Slate Blue #595FDC

Tints of Slate Blue #595FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.51%

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

R = 22.03%
G = 23.51%
B = 54.46%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#595FDC (or 0x595FDC) is known color: Slate Blue. HEX triplet: 59, 5F and DC. RGB value is (89,95,220). Sum of RGB (Red+Green+Blue) = 89+95+220=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #595FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FDC is #A6A023. Grayscale: #6A6A6A. Windows color (decimal): -10919972 or 14442329. OLE color: 14442329.

HSL color Cylindrical-coordinate representation of color #595FDC: hue angle of 237.25º 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 #595FDC is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 95 220 -
CMYK 0.60 0.57 0 0.14
HSL 237.25º 0.65% 0.61% -
HSV(B) 237.25º 0.6% 0.86% -
XYZ 21.13 15.48 69.58 -
YUV 107.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 89 95 220 0.60 0.57 0 0.14 237.25 0.65 0.61
Hex 59 5F DC 3C 39 0 E ED 41 3D
Octal 131 137 334 74 71 0 16 355 101 75
Binary 1011001 1011111 11011100 111100 111001 0 1110 11101101 1000001 111101

Color Harmonies of #595FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FDC

Black with #595FDC

Text Example


Text Example

White with #595FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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