#505878

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

Shades of Chambray #505878

Tints of Chambray #505878

Color information

#505878 (or 0x505878) is unknown color: approx Chambray. HEX triplet: 50, 58 and 78. RGB value is (80,88,120). Sum of RGB (Red+Green+Blue) = 80+88+120=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #505878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505878 is #AFA787. Grayscale: #595959. Windows color (decimal): -11511688 or 7886928. OLE color: 7886928.

HSL color Cylindrical-coordinate representation of color #505878: hue angle of 228º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #505878 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8088120-
CMYK0.330.2700.53
HSL228º20%39.22%-
HSV(B)228º33.33%47.06%-
XYZ10.1910.0419.17-
YUV89.26145.35121.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=27.78%
G=30.56%
B=41.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80881200.330.2700.532282039.22
Hex505878211B035e41427
Octal12013017041330653442447
Binary1010000101100011110001000011101101101011110010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505878; }

 p { color: rgb(80,88,120); }

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

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

 a { background-color: rgb(80,88,120); }

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

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

 span { border-color: rgb(80,88,120); }

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