#505C7C

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

Shades of Chambray #505C7C

Tints of Chambray #505C7C

Color information

#505C7C (or 0x505C7C) is unknown color: approx Chambray. HEX triplet: 50, 5C and 7C. RGB value is (80,92,124). Sum of RGB (Red+Green+Blue) = 80+92+124=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #505C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C7C is #AFA383. Grayscale: #5B5B5B. Windows color (decimal): -11510660 or 8150096. OLE color: 8150096.

HSL color Cylindrical-coordinate representation of color #505C7C: hue angle of 223.64º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #505C7C is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8092124-
CMYK0.350.2600.51
HSL223.64º21.57%40%-
HSV(B)223.64º35.48%48.63%-
XYZ10.7710.8220.59-
YUV92.06146.02119.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=27.03%
G=31.08%
B=41.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80921240.350.2600.51223.6421.5740
Hex505C7C231A033e01628
Octal12013417443320633402650
Binary1010000101110011111001000111101001100111110000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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