#5A6868

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

Shades of River Bed #5A6868

Tints of River Bed #5A6868

Color information

#5A6868 (or 0x5A6868) is unknown color: approx River Bed. HEX triplet: 5A, 68 and 68. RGB value is (90,104,104). Sum of RGB (Red+Green+Blue) = 90+104+104=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #5A6868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6868 is #A59797. Grayscale: #636363. Windows color (decimal): -10852248 or 6842458. OLE color: 6842458.

HSL color Cylindrical-coordinate representation of color #5A6868: hue angle of 180º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6868 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB90104104-
CMYK0.13000.59
HSL180º7.22%38.04%-
HSV(B)180º13.46%40.78%-
XYZ11.6713.0715.01-
YUV99.81130.36121-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=30.20%
G=34.90%
B=34.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal901041040.13000.591807.2238.04
Hex5A6868D003Bb4726
Octal132150150150073264746
Binary10110101101000110100011010011101110110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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