#506070

Color #506070 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #506070

Tints of Chambray #506070

Color information

#506070 (or 0x506070) is unknown color: approx Chambray. HEX triplet: 50, 60 and 70. RGB value is (80,96,112). Sum of RGB (Red+Green+Blue) = 80+96+112=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #506070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506070 is #AF9F8F. Grayscale: #5C5C5C. Windows color (decimal): -11509648 or 7364688. OLE color: 7364688.

HSL color Cylindrical-coordinate representation of color #506070: hue angle of 210º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506070 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8096112-
CMYK0.290.1400.56
HSL210º16.67%37.65%-
HSV(B)210º28.57%43.92%-
XYZ10.4211.2416.95-
YUV93.04138.7118.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=27.78%
G=33.33%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80961120.290.1400.5621016.6737.65
Hex5060701DE038d21126
Octal12014016035160703222146
Binary10100001100000111000011101111001110001101001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506070; }

 p { color: rgb(80,96,112); }

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

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

 a { background-color: rgb(80,96,112); }

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

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

 span { border-color: rgb(80,96,112); }

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