Html Css Color HEX #5E597D Comet

📋 copy color: '#5E597D'

red 94 ◦ green 89 ◦ blue 125

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

Shades of Comet #5E597D

Tints of Comet #5E597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 30.52%
G = 28.9%
B = 40.58%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E597D (or 0x5E597D) is known color: Comet. HEX triplet: 5E, 59 and 7D. RGB value is (94,89,125). Sum of RGB (Red+Green+Blue) = 94+89+125=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E597D is #A1A682. Grayscale: #5E5E5E. Windows color (decimal): -10593923 or 8214878. OLE color: 8214878.

HSL color Cylindrical-coordinate representation of color #5E597D: hue angle of 248.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E597D is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 89 125 -
CMYK 0.25 0.29 0 0.51
HSL 248.33º 0.17% 0.42% -
HSV(B) 248.33º 0.29% 0.49% -
XYZ 11.89 11.01 20.9 -
YUV 94.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 94 89 125 0.25 0.29 0 0.51 248.33 0.17 0.42
Hex 5E 59 7D 19 1D 0 33 F8 11 2A
Octal 136 131 175 31 35 0 63 370 21 52
Binary 1011110 1011001 1111101 11001 11101 0 110011 11111000 10001 101010

Color Harmonies of #5E597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E597D

Black with #5E597D

Text Example


Text Example

White with #5E597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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