Html Css Color HEX #5C5F73 Comet

📋 copy color: '#5C5F73'

red 92 ◦ green 95 ◦ blue 115

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

Shades of Comet #5C5F73

Tints of Comet #5C5F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.08%

R = 30.46%
G = 31.46%
B = 38.08%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C5F73 (or 0x5C5F73) is known color: Comet. HEX triplet: 5C, 5F and 73. RGB value is (92,95,115). Sum of RGB (Red+Green+Blue) = 92+95+115=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C5F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5F73 is #A3A08C. Grayscale: #606060. Windows color (decimal): -10723469 or 7561052. OLE color: 7561052.

HSL color Cylindrical-coordinate representation of color #5C5F73: hue angle of 232.17º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C5F73 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 95 115 -
CMYK 0.20 0.17 0 0.55
HSL 232.17º 0.11% 0.41% -
HSV(B) 232.17º 0.2% 0.45% -
XYZ 11.6 11.7 17.87 -
YUV 96.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 92 95 115 0.20 0.17 0 0.55 232.17 0.11 0.41
Hex 5C 5F 73 14 11 0 37 E8 B 29
Octal 134 137 163 24 21 0 67 350 13 51
Binary 1011100 1011111 1110011 10100 10001 0 110111 11101000 1011 101001

Color Harmonies of #5C5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5F73

Black with #5C5F73

Text Example


Text Example

White with #5C5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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