#505F84

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

Shades of Chambray #505F84

Tints of Chambray #505F84

Color information

#505F84 (or 0x505F84) is unknown color: approx Chambray. HEX triplet: 50, 5F and 84. RGB value is (80,95,132). Sum of RGB (Red+Green+Blue) = 80+95+132=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #505F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F84 is #AFA07B. Grayscale: #5E5E5E. Windows color (decimal): -11509884 or 8675152. OLE color: 8675152.

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

Color convert

RGB8095132-
CMYK0.390.2800.48
HSL222.69º24.53%41.57%-
HSV(B)222.69º39.39%51.76%-
XYZ11.5711.5623.45-
YUV94.73149.03117.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=26.06%
G=30.94%
B=43.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80951320.390.2800.48222.6924.5341.57
Hex505F84271C030df192a
Octal12013720447340603373152
Binary10100001011111100001001001111110001100001101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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