#505982

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

Shades of Chambray #505982

Tints of Chambray #505982

Color information

#505982 (or 0x505982) is unknown color: approx Chambray. HEX triplet: 50, 59 and 82. RGB value is (80,89,130). Sum of RGB (Red+Green+Blue) = 80+89+130=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #505982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505982 is #AFA67D. Grayscale: #5A5A5A. Windows color (decimal): -11511422 or 8542544. OLE color: 8542544.

HSL color Cylindrical-coordinate representation of color #505982: hue angle of 229.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505982 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8089130-
CMYK0.380.3200.49
HSL229.2º23.81%41.18%-
HSV(B)229.2º38.46%50.98%-
XYZ10.9110.4622.56-
YUV90.98150.02120.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=26.76%
G=29.77%
B=43.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80891300.380.3200.49229.223.8141.18
Hex5059822620031e51829
Octal12013120246400613453051
Binary101000010110011000001010011010000001100011110010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505982; }

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

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

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

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

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

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

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

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