#505F75

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

Shades of Chambray #505F75

Tints of Chambray #505F75

Color information

#505F75 (or 0x505F75) is unknown color: approx Chambray. HEX triplet: 50, 5F and 75. RGB value is (80,95,117). Sum of RGB (Red+Green+Blue) = 80+95+117=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #505F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F75 is #AFA08A. Grayscale: #5C5C5C. Windows color (decimal): -11509899 or 7692112. OLE color: 7692112.

HSL color Cylindrical-coordinate representation of color #505F75: hue angle of 215.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505F75 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8095117-
CMYK0.320.1900.54
HSL215.68º18.78%38.63%-
HSV(B)215.68º31.62%45.88%-
XYZ10.6111.1718.43-
YUV93.02141.53118.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=27.40%
G=32.53%
B=40.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80951170.320.1900.54215.6818.7838.63
Hex505F752013036d81327
Octal12013716540230663302347
Binary1010000101111111101011000001001101101101101100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,95,117); }

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

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

 a { background-color: rgb(80,95,117); }

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

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

 span { border-color: rgb(80,95,117); }

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