Html Css Color HEX #595CE1 Slate Blue

📋 copy color: '#595CE1'

red 89 ◦ green 92 ◦ blue 225

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

Shades of Slate Blue #595CE1

Tints of Slate Blue #595CE1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.66%

 BLUE value IS 225 (88.28% from 255) = 55.42%

R = 21.92%
G = 22.66%
B = 55.42%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#595CE1 (or 0x595CE1) is known color: Slate Blue. HEX triplet: 59, 5C and E1. RGB value is (89,92,225). Sum of RGB (Red+Green+Blue) = 89+92+225=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 225 (88.28% from 255 or 55.42% from 406); Max value from RGB is 225 - color contains mainly: blue. Hex color #595CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CE1 is #A6A31E. Grayscale: #696969. Windows color (decimal): -10920735 or 14769241. OLE color: 14769241.

HSL color Cylindrical-coordinate representation of color #595CE1: hue angle of 238.68º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595CE1 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 92 225 -
CMYK 0.60 0.59 0 0.12
HSL 238.68º 0.69% 0.62% -
HSV(B) 238.68º 0.6% 0.88% -
XYZ 21.54 15.21 73.04 -
YUV 106.27 195.01 115.69 -
System Red Green Blue C M Y K H S L
Decimal 89 92 225 0.60 0.59 0 0.12 238.68 0.69 0.62
Hex 59 5C E1 3C 3B 0 C EF 45 3E
Octal 131 134 341 74 73 0 14 357 105 76
Binary 1011001 1011100 11100001 111100 111011 0 1100 11101111 1000101 111110

Color Harmonies of #595CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CE1

Black with #595CE1

Text Example


Text Example

White with #595CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,92,225); }

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

background-color css

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

 a { background-color: rgb(89,92,225); }

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

border-color css

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

 span { border-color: rgb(89,92,225); }

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