#505C6C

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

Shades of Chambray #505C6C

Tints of Chambray #505C6C

Color information

#505C6C (or 0x505C6C) is unknown color: approx Chambray. HEX triplet: 50, 5C and 6C. RGB value is (80,92,108). Sum of RGB (Red+Green+Blue) = 80+92+108=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #505C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C6C is #AFA393. Grayscale: #5A5A5A. Windows color (decimal): -11510676 or 7101520. OLE color: 7101520.

HSL color Cylindrical-coordinate representation of color #505C6C: hue angle of 214.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #505C6C is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8092108-
CMYK0.260.1500.58
HSL214.29º14.89%36.86%-
HSV(B)214.29º25.93%42.35%-
XYZ9.8410.4415.68-
YUV90.24138.02120.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=28.57%
G=32.86%
B=38.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80921080.260.1500.58214.2914.8936.86
Hex505C6C1AF03Ad6f25
Octal12013415432170723261745
Binary1010000101110011011001101011110111010110101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505C6C; }

 p { color: rgb(80,92,108); }

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

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

 a { background-color: rgb(80,92,108); }

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

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

 span { border-color: rgb(80,92,108); }

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