Html Css Color HEX #595DC6 Slate Blue

📋 copy color: '#595DC6'

red 89 ◦ green 93 ◦ blue 198

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

Shades of Slate Blue #595DC6

Tints of Slate Blue #595DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.11%

R = 23.42%
G = 24.47%
B = 52.11%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#595DC6 (or 0x595DC6) is known color: Slate Blue. HEX triplet: 59, 5D and C6. RGB value is (89,93,198). Sum of RGB (Red+Green+Blue) = 89+93+198=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #595DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DC6 is #A6A239. Grayscale: #676767. Windows color (decimal): -10920506 or 13000025. OLE color: 13000025.

HSL color Cylindrical-coordinate representation of color #595DC6: hue angle of 237.8º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #595DC6 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 93 198 -
CMYK 0.55 0.53 0 0.22
HSL 237.8º 0.49% 0.56% -
HSV(B) 237.8º 0.55% 0.78% -
XYZ 18.23 14.03 55.17 -
YUV 103.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 89 93 198 0.55 0.53 0 0.22 237.8 0.49 0.56
Hex 59 5D C6 37 35 0 16 EE 31 38
Octal 131 135 306 67 65 0 26 356 61 70
Binary 1011001 1011101 11000110 110111 110101 0 10110 11101110 110001 111000

Color Harmonies of #595DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DC6

Black with #595DC6

Text Example


Text Example

White with #595DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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