#506085

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

Shades of Chambray #506085

Tints of Chambray #506085

Color information

#506085 (or 0x506085) is unknown color: approx Chambray. HEX triplet: 50, 60 and 85. RGB value is (80,96,133). Sum of RGB (Red+Green+Blue) = 80+96+133=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #506085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506085 is #AF9F7A. Grayscale: #5F5F5F. Windows color (decimal): -11509627 or 8740944. OLE color: 8740944.

HSL color Cylindrical-coordinate representation of color #506085: hue angle of 221.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506085 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8096133-
CMYK0.400.2800.48
HSL221.89º24.88%41.76%-
HSV(B)221.89º39.85%52.16%-
XYZ11.7211.7623.84-
YUV95.43149.2116.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=25.89%
G=31.07%
B=43.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80961330.400.2800.48221.8924.8841.76
Hex506085281C030de192a
Octal12014020550340603363152
Binary10100001100000100001011010001110001100001101111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506085; }

 p { color: rgb(80,96,133); }

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

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

 a { background-color: rgb(80,96,133); }

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

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

 span { border-color: rgb(80,96,133); }

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