#505B75

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

Shades of Chambray #505B75

Tints of Chambray #505B75

Color information

#505B75 (or 0x505B75) is unknown color: approx Chambray. HEX triplet: 50, 5B and 75. RGB value is (80,91,117). Sum of RGB (Red+Green+Blue) = 80+91+117=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #505B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B75 is #AFA48A. Grayscale: #5A5A5A. Windows color (decimal): -11510923 or 7691088. OLE color: 7691088.

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

Color convert

RGB8091117-
CMYK0.320.2200.54
HSL222.16º18.78%38.63%-
HSV(B)222.16º31.62%45.88%-
XYZ10.2610.4718.31-
YUV90.67142.86120.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=27.78%
G=31.60%
B=40.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80911170.320.2200.54222.1618.7838.63
Hex505B752016036de1327
Octal12013316540260663362347
Binary1010000101101111101011000001011001101101101111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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