Html Css Color HEX #5C7363 Como

📋 copy color: '#5C7363'

red 92 ◦ green 115 ◦ blue 99

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

Shades of Como #5C7363

Tints of Como #5C7363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.58%

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 30.07%
G = 37.58%
B = 32.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#5C7363 (or 0x5C7363) is known color: Como. HEX triplet: 5C, 73 and 63. RGB value is (92,115,99). Sum of RGB (Red+Green+Blue) = 92+115+99=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7363 is #A38C9C. Grayscale: #6A6A6A. Windows color (decimal): -10718365 or 6517596. OLE color: 6517596.

HSL color Cylindrical-coordinate representation of color #5C7363: hue angle of 138.26º 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 #5C7363 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 115 99 -
CMYK 0.20 0 0.14 0.55
HSL 138.26º 0.11% 0.41% -
HSV(B) 138.26º 0.2% 0.45% -
XYZ 12.8 15.44 14.11 -
YUV 106.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 92 115 99 0.20 0 0.14 0.55 138.26 0.11 0.41
Hex 5C 73 63 14 0 E 37 8A B 29
Octal 134 163 143 24 0 16 67 212 13 51
Binary 1011100 1110011 1100011 10100 0 1110 110111 10001010 1011 101001

Color Harmonies of #5C7363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7363

Black with #5C7363

Text Example


Text Example

White with #5C7363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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