#5A6363

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

Shades of River Bed #5A6363

Tints of River Bed #5A6363

Color information

#5A6363 (or 0x5A6363) is unknown color: approx River Bed. HEX triplet: 5A, 63 and 63. RGB value is (90,99,99). Sum of RGB (Red+Green+Blue) = 90+99+99=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #5A6363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6363 is #A59C9C. Grayscale: #606060. Windows color (decimal): -10853533 or 6513498. OLE color: 6513498.

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

Color convert

RGB909999-
CMYK0.09000.61
HSL180º4.76%37.06%-
HSV(B)180º9.09%38.82%-
XYZ10.931213.54-
YUV96.31129.52123.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.25%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=31.25%
G=34.38%
B=34.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9099990.09000.611804.7637.06
Hex5A63639003Db4525
Octal132143143110075264545
Binary10110101100011110001110010011110110110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,99,99); }

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

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

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

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

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

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

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