Html Css Color HEX #506566 River Bed

📋 copy color: '#506566'

red 80 ◦ green 101 ◦ blue 102

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

Shades of River Bed #506566

Tints of River Bed #506566

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #506566: hue angle of 182.73º 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 #506566 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 101 102 -
CMYK 0.22 0.01 0 0.6
HSL 182.73º 0.12% 0.36% -
HSV(B) 182.73º 0.22% 0.4% -
XYZ 10.36 11.97 14.34 -
YUV 94.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 80 101 102 0.22 0.01 0 0.6 182.73 0.12 0.36
Hex 50 65 66 16 1 0 3C B7 C 24
Octal 120 145 146 26 1 0 74 267 14 44
Binary 1010000 1100101 1100110 10110 1 0 111100 10110111 1100 100100

Color Harmonies of #506566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506566

Black with #506566

Text Example


Text Example

White with #506566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506566; }

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

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

background-color css

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

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

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

border-color css

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

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

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