Html Css Color HEX #5E59CC Slate Blue

📋 copy color: '#5E59CC'

red 94 ◦ green 89 ◦ blue 204

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

Shades of Slate Blue #5E59CC

Tints of Slate Blue #5E59CC

RGB

 RED value IS 94 (37.11% from 255) = 24.29%

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 24.29%
G = 23%
B = 52.71%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E59CC (or 0x5E59CC) is known color: Slate Blue. HEX triplet: 5E, 59 and CC. RGB value is (94,89,204). Sum of RGB (Red+Green+Blue) = 94+89+204=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59CC is #A1A633. Grayscale: #676767. Windows color (decimal): -10593844 or 13392222. OLE color: 13392222.

HSL color Cylindrical-coordinate representation of color #5E59CC: hue angle of 242.61º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E59CC is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 89 204 -
CMYK 0.54 0.56 0 0.2
HSL 242.61º 0.53% 0.57% -
HSV(B) 242.61º 0.56% 0.8% -
XYZ 19.09 13.88 58.8 -
YUV 103.61 184.66 121.15 -
System Red Green Blue C M Y K H S L
Decimal 94 89 204 0.54 0.56 0 0.2 242.61 0.53 0.57
Hex 5E 59 CC 36 38 0 14 F3 35 39
Octal 136 131 314 66 70 0 24 363 65 71
Binary 1011110 1011001 11001100 110110 111000 0 10100 11110011 110101 111001

Color Harmonies of #5E59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E59CC

Black with #5E59CC

Text Example


Text Example

White with #5E59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E59CC; }

 p { color: rgb(94,89,204); }

 H1.HeaderClassName
 {
   color: #5E59CC;
 }
 .AnyTagClassName
 {
   color: #5E59CC;
 }
</style>

background-color css

<style>
 a { background-color: #5E59CC; }

 a { background-color: rgb(94,89,204); }

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

border-color css

<style>
 span { border-color: #5E59CC; }

 span { border-color: rgb(94,89,204); }

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