#505975

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

Shades of Chambray #505975

Tints of Chambray #505975

Color information

#505975 (or 0x505975) is unknown color: approx Chambray. HEX triplet: 50, 59 and 75. RGB value is (80,89,117). Sum of RGB (Red+Green+Blue) = 80+89+117=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #505975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505975 is #AFA68A. Grayscale: #595959. Windows color (decimal): -11511435 or 7690576. OLE color: 7690576.

HSL color Cylindrical-coordinate representation of color #505975: hue angle of 225.41º 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 #505975 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8089117-
CMYK0.320.2400.54
HSL225.41º18.78%38.63%-
HSV(B)225.41º31.62%45.88%-
XYZ10.0910.1318.25-
YUV89.5143.52121.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=27.97%
G=31.12%
B=40.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80891170.320.2400.54225.4118.7838.63
Hex5059752018036e11327
Octal12013116540300663412347
Binary1010000101100111101011000001100001101101110000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505975; }

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

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

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

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

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

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

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

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