Html Css Color HEX #506665 River Bed

📋 copy color: '#506665'

red 80 ◦ green 102 ◦ blue 101

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

Shades of River Bed #506665

Tints of River Bed #506665

RGB

 RED value IS 80 (31.64% from 255) = 28.27%

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 28.27%
G = 36.04%
B = 35.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#506665 (or 0x506665) is known color: River Bed. HEX triplet: 50, 66 and 65. RGB value is (80,102,101). Sum of RGB (Red+Green+Blue) = 80+102+101=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #506665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506665 is #AF999A. Grayscale: #5F5F5F. Windows color (decimal): -11508123 or 6645328. OLE color: 6645328.

HSL color Cylindrical-coordinate representation of color #506665: hue angle of 177.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506665 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 101 -
CMYK 0.22 0 0.01 0.6
HSL 177.27º 0.12% 0.36% -
HSV(B) 177.27º 0.22% 0.4% -
XYZ 10.41 12.15 14.11 -
YUV 95.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 80 102 101 0.22 0 0.01 0.6 177.27 0.12 0.36
Hex 50 66 65 16 0 1 3C B1 C 24
Octal 120 146 145 26 0 1 74 261 14 44
Binary 1010000 1100110 1100101 10110 0 1 111100 10110001 1100 100100

Color Harmonies of #506665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506665

Black with #506665

Text Example


Text Example

White with #506665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506665; }

 p { color: rgb(80,102,101); }

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

background-color css

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

 a { background-color: rgb(80,102,101); }

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

border-color css

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

 span { border-color: rgb(80,102,101); }

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