#5C6362

Color #5C6362 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #5C6362

Tints of River Bed #5C6362

Color information

#5C6362 (or 0x5C6362) is unknown color: approx River Bed. HEX triplet: 5C, 63 and 62. RGB value is (92,99,98). Sum of RGB (Red+Green+Blue) = 92+99+98=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6362 is #A39C9D. Grayscale: #606060. Windows color (decimal): -10722462 or 6447964. OLE color: 6447964.

HSL color Cylindrical-coordinate representation of color #5C6362: hue angle of 171.43º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C6362 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB929998-
CMYK0.0700.010.61
HSL171.43º3.66%37.45%-
HSV(B)171.43º7.07%38.82%-
XYZ11.0812.0813.3-
YUV96.79128.68124.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=31.83%
G=34.26%
B=33.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9299980.0700.010.61171.433.6637.45
Hex5C63627013Dab425
Octal13414314270175253445
Binary1011100110001111000101110111110110101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C6362;
 }
 .AnyTagClassName
 {
   color: #5C6362;
 }
</style>
background-color css

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

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

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

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

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

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