Html Css Color HEX #5C5F76 Comet

📋 copy color: '#5C5F76'

red 92 ◦ green 95 ◦ blue 118

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

Shades of Comet #5C5F76

Tints of Comet #5C5F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 30.16%
G = 31.15%
B = 38.69%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C5F76 (or 0x5C5F76) is known color: Comet. HEX triplet: 5C, 5F and 76. RGB value is (92,95,118). Sum of RGB (Red+Green+Blue) = 92+95+118=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C5F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5F76 is #A3A089. Grayscale: #606060. Windows color (decimal): -10723466 or 7757660. OLE color: 7757660.

HSL color Cylindrical-coordinate representation of color #5C5F76: hue angle of 233.08º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C5F76 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 95 118 -
CMYK 0.22 0.19 0 0.54
HSL 233.08º 0.12% 0.41% -
HSV(B) 233.08º 0.22% 0.46% -
XYZ 11.78 11.77 18.79 -
YUV 96.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 92 95 118 0.22 0.19 0 0.54 233.08 0.12 0.41
Hex 5C 5F 76 16 13 0 36 E9 C 29
Octal 134 137 166 26 23 0 66 351 14 51
Binary 1011100 1011111 1110110 10110 10011 0 110110 11101001 1100 101001

Color Harmonies of #5C5F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5F76

Black with #5C5F76

Text Example


Text Example

White with #5C5F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,95,118); }

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

background-color css

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

 a { background-color: rgb(92,95,118); }

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

border-color css

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

 span { border-color: rgb(92,95,118); }

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