Html Css Color HEX #595FE1 Slate Blue

📋 copy color: '#595FE1'

red 89 ◦ green 95 ◦ blue 225

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

Shades of Slate Blue #595FE1

Tints of Slate Blue #595FE1

RGB

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

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

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

R = 21.76%
G = 23.23%
B = 55.01%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#595FE1 (or 0x595FE1) is known color: Slate Blue. HEX triplet: 59, 5F and E1. RGB value is (89,95,225). Sum of RGB (Red+Green+Blue) = 89+95+225=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #595FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FE1 is #A6A01E. Grayscale: #6B6B6B. Windows color (decimal): -10919967 or 14770009. OLE color: 14770009.

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

Color convert

RGB 89 95 225 -
CMYK 0.60 0.58 0 0.12
HSL 237.35º 0.69% 0.62% -
HSV(B) 237.35º 0.6% 0.88% -
XYZ 21.8 15.74 73.12 -
YUV 108.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 89 95 225 0.60 0.58 0 0.12 237.35 0.69 0.62
Hex 59 5F E1 3C 3A 0 C ED 45 3E
Octal 131 137 341 74 72 0 14 355 105 76
Binary 1011001 1011111 11100001 111100 111010 0 1100 11101101 1000101 111110

Color Harmonies of #595FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FE1

Black with #595FE1

Text Example


Text Example

White with #595FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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