#505C74

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

Shades of Chambray #505C74

Tints of Chambray #505C74

Color information

#505C74 (or 0x505C74) is unknown color: approx Chambray. HEX triplet: 50, 5C and 74. RGB value is (80,92,116). Sum of RGB (Red+Green+Blue) = 80+92+116=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #505C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C74 is #AFA38B. Grayscale: #5B5B5B. Windows color (decimal): -11510668 or 7625808. OLE color: 7625808.

HSL color Cylindrical-coordinate representation of color #505C74: hue angle of 220º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #505C74 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8092116-
CMYK0.310.2100.55
HSL220º18.37%38.43%-
HSV(B)220º31.03%45.49%-
XYZ10.2910.6218.03-
YUV91.15142.02120.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=27.78%
G=31.94%
B=40.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80921160.310.2100.5522018.3738.43
Hex505C741F15037dc1226
Octal12013416437250673342246
Binary101000010111001110100111111010101101111101110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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