Html Css Color HEX #5C597D Comet

📋 copy color: '#5C597D'

red 92 ◦ green 89 ◦ blue 125

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

Shades of Comet #5C597D

Tints of Comet #5C597D

RGB

 RED value IS 92 (36.33% from 255) = 30.07%

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

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

R = 30.07%
G = 29.08%
B = 40.85%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C597D (or 0x5C597D) is known color: Comet. HEX triplet: 5C, 59 and 7D. RGB value is (92,89,125). Sum of RGB (Red+Green+Blue) = 92+89+125=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C597D is #A3A682. Grayscale: #5D5D5D. Windows color (decimal): -10724995 or 8214876. OLE color: 8214876.

HSL color Cylindrical-coordinate representation of color #5C597D: hue angle of 245º 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 #5C597D is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 89 125 -
CMYK 0.26 0.29 0 0.51
HSL 245º 0.17% 0.42% -
HSV(B) 245º 0.29% 0.49% -
XYZ 11.69 10.9 20.89 -
YUV 94 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 92 89 125 0.26 0.29 0 0.51 245 0.17 0.42
Hex 5C 59 7D 1A 1D 0 33 F5 11 2A
Octal 134 131 175 32 35 0 63 365 21 52
Binary 1011100 1011001 1111101 11010 11101 0 110011 11110101 10001 101010

Color Harmonies of #5C597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C597D

Black with #5C597D

Text Example


Text Example

White with #5C597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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