Html Css Color HEX #595CE0 Slate Blue

📋 copy color: '#595CE0'

red 89 ◦ green 92 ◦ blue 224

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

Shades of Slate Blue #595CE0

Tints of Slate Blue #595CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.31%

R = 21.98%
G = 22.72%
B = 55.31%

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

#595CE0 (or 0x595CE0) is known color: Slate Blue. HEX triplet: 59, 5C and E0. RGB value is (89,92,224). Sum of RGB (Red+Green+Blue) = 89+92+224=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #595CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CE0 is #A6A31F. Grayscale: #696969. Windows color (decimal): -10920736 or 14703705. OLE color: 14703705.

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

Color convert

RGB 89 92 224 -
CMYK 0.60 0.59 0 0.12
HSL 238.67º 0.69% 0.61% -
HSV(B) 238.67º 0.6% 0.88% -
XYZ 21.4 15.16 72.32 -
YUV 106.15 194.51 115.77 -
System Red Green Blue C M Y K H S L
Decimal 89 92 224 0.60 0.59 0 0.12 238.67 0.69 0.61
Hex 59 5C E0 3C 3B 0 C EF 45 3D
Octal 131 134 340 74 73 0 14 357 105 75
Binary 1011001 1011100 11100000 111100 111011 0 1100 11101111 1000101 111101

Color Harmonies of #595CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CE0

Black with #595CE0

Text Example


Text Example

White with #595CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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