Html Css Color HEX #595FD5 Slate Blue

📋 copy color: '#595FD5'

red 89 ◦ green 95 ◦ blue 213

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

Shades of Slate Blue #595FD5

Tints of Slate Blue #595FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.65%

R = 22.42%
G = 23.93%
B = 53.65%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#595FD5 (or 0x595FD5) is known color: Slate Blue. HEX triplet: 59, 5F and D5. RGB value is (89,95,213). Sum of RGB (Red+Green+Blue) = 89+95+213=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 213 (83.59% from 255 or 53.65% from 397); Max value from RGB is 213 - color contains mainly: blue. Hex color #595FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FD5 is #A6A02A. Grayscale: #6A6A6A. Windows color (decimal): -10919979 or 13983577. OLE color: 13983577.

HSL color Cylindrical-coordinate representation of color #595FD5: hue angle of 237.1º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #595FD5 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 95 213 -
CMYK 0.58 0.55 0 0.16
HSL 237.1º 0.6% 0.59% -
HSV(B) 237.1º 0.58% 0.84% -
XYZ 20.22 15.11 64.8 -
YUV 106.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 89 95 213 0.58 0.55 0 0.16 237.1 0.6 0.59
Hex 59 5F D5 3A 37 0 10 ED 3C 3B
Octal 131 137 325 72 67 0 20 355 74 73
Binary 1011001 1011111 11010101 111010 110111 0 10000 11101101 111100 111011

Color Harmonies of #595FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FD5

Black with #595FD5

Text Example


Text Example

White with #595FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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