#50627A

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

Shades of Chambray #50627A

Tints of Chambray #50627A

Color information

#50627A (or 0x50627A) is unknown color: approx Chambray. HEX triplet: 50, 62 and 7A. RGB value is (80,98,122). Sum of RGB (Red+Green+Blue) = 80+98+122=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #50627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50627A is #AF9D85. Grayscale: #5F5F5F. Windows color (decimal): -11509126 or 8020560. OLE color: 8020560.

HSL color Cylindrical-coordinate representation of color #50627A: hue angle of 214.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50627A is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8098122-
CMYK0.340.2000.52
HSL214.29º20.79%39.61%-
HSV(B)214.29º34.43%47.84%-
XYZ11.1911.8520.11-
YUV95.35143.04117.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=26.67%
G=32.67%
B=40.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80981220.340.2000.52214.2920.7939.61
Hex50627A2214034d61528
Octal12014217242240643262550
Binary1010000110001011110101000101010001101001101011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50627A; }

 p { color: rgb(80,98,122); }

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

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

 a { background-color: rgb(80,98,122); }

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

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

 span { border-color: rgb(80,98,122); }

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